https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: eef7949a5d3b5f97faadc97880649f6a662f5112 authored by Lars Bilke on 12 March 2021, 20:07:15 UTC
Merge branch 'cpm-vtk' into 'master'
Tip revision: eef7949
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top