https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b7fdacad4ed259a16f36cf40a936fae52bcf692e authored by Lars Bilke on 01 March 2021, 13:53:47 UTC
Merge branch 'update-conan' into 'master'
Tip revision: b7fdaca
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top