https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7982780c1c25a7702748e75021fe134e6a4ae4c6 authored by joergbuchwald on 12 November 2021, 08:29:21 UTC
Merge branch 'TetOrder4' into 'master'
Tip revision: 7982780
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top