smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
Loading...
Searching...
No Matches
smgl::filesystem Namespace Reference

Alias for std::filesystem More...

Detailed Description

Alias for std::filesystem

If CMake variable SMGL_USE_BOOSTFS is false, then smgl::filesystem is an alias for std::filesystem. Otherwise, it is an alias for boost::filesystem. This enables filesystem compatibility for compilers which do not provide std::filesystem.