smgl
0.11.0
Structured Metadata Engine and Graph Objects Library
Loading...
Searching...
No Matches
smgl
filesystem.hpp
Go to the documentation of this file.
1
#pragma once
2
5
#ifdef SMGL_USE_BOOSTFS
6
#include <boost/filesystem.hpp>
7
namespace
smgl
8
{
18
namespace
filesystem
= boost::filesystem;
19
}
// namespace smgl
20
#else
21
#include <
filesystem
>
22
namespace
smgl
23
{
33
namespace
filesystem
=
std::filesystem
;
34
}
// namespace smgl
35
#endif
filesystem
smgl
Project top-level namespace.
std::filesystem
Generated by
1.9.8