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