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