mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-07 15:20:31 +00:00
8d2c22fc72
From https://github.com/gulrak/filesystem which is more up-to-date and looks better maintained than cppbackport.
8 lines
408 B
C++
8 lines
408 B
C++
// This test file is part of the fwd_test.cpp/impl_test.cpp pair
|
|
// and used to test the new optional two-part usage of ghc::filesystem
|
|
// where exactly one cpp includes fs_impl.hpp and all others use
|
|
// fs_fwd.hpp (to test this with maximum functionality, the unit tests
|
|
// are included here, signaling they should only include the fs_fwd.hpp)
|
|
#define GHC_FILESYSTEM_FWD_TEST
|
|
#include "filesystem_test.cpp"
|