https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a84228dc914a583c1d7e5882cf7a7c743f5b4337 authored by wenqing on 15 April 2021, 08:00:08 UTC
Merge branch 'fix_node_source_term' into 'master'
Tip revision: a84228d
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top