fs.hpp
Go to the documentation of this file.
1 #include <ivorium_config.hpp>
2 
3 //#include <experimental/filesystem>
4 //namespace fs = std::experimental::filesystem;
5 
6 #if IV_CONFIG_FS_ENABLED
7 #include <ghc/filesystem.hpp>
8 namespace fs = ghc::filesystem;
9 #endif