Volume Cartographer
2.27.0
vc
core
filesystem.hpp
Go to the documentation of this file.
1
#pragma once
2
5
#ifdef VC_USE_BOOSTFS
6
#include <boost/filesystem.hpp>
7
namespace
volcart
8
{
18
namespace
filesystem = boost::filesystem;
19
}
// namespace volcart
20
#else
21
#include <filesystem>
22
namespace
volcart
23
{
33
namespace
filesystem = std::filesystem;
34
}
// namespace volcart
35
#endif
volcart
Volume Cartographer library
Generated by
1.9.4