https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9979d28b93e5501d76c83a812595dd6b709f3eef authored by wenqing on 05 March 2021, 14:19:16 UTC
Merge branch 'TRM_THM_update' into 'master'
Tip revision: 9979d28
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top