https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a20801c1beb18af14215dc8ef6182d268e258582 authored by Lars Bilke on 04 August 2021, 09:37:10 UTC
Merge branch 'ci-clang-format-job' into 'master'
Tip revision: a20801c
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top