https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fc33d48752c6a9603ced93f61401fb171d485c3f authored by Lars Bilke on 21 September 2021, 12:16:31 UTC
Updated container-maker.
Tip revision: fc33d48
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top