https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fc4e4ab7dd2981e087cafb3aa3a5ed197df9d58b authored by Dmitry Yu. Naumov on 04 July 2021, 20:20:51 UTC
Merge branch 'SmallFixes' into 'master'
Tip revision: fc4e4ab
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top