https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6f75a96301228149ac622f0ead89662731c73fc4 authored by Tom Fischer on 08 October 2021, 12:31:50 UTC
Merge branch 'FixShapeMatrixDimensionError' into 'master'
Tip revision: 6f75a96
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top