Tatooine
include
tatooine
filesystem.h
Go to the documentation of this file.
1
3
#if TATOOINE_STD_FILESYSTEM_AVAILABLE
4
#include <filesystem>
5
#else
6
#include <boost/filesystem.hpp>
7
#endif
8
//==============================================================================
9
namespace
tatooine
{
10
//==============================================================================
11
#if TATOOINE_STD_FILESYSTEM_AVAILABLE
12
namespace
filesystem = std::filesystem;
13
#else
14
namespace
filesystem = boost::filesystem;
15
#endif
16
//==============================================================================
17
}
// namespace tatooine
18
//==============================================================================
tatooine
Definition:
algorithm.h:6
Generated by
1.9.5