https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 67881291c25c1f3ad3ee7a76ffd13fd9d38a540d authored by Lars Bilke on 26 April 2021, 08:11:55 UTC
Merge branch 'fix-frontend' into 'master'
Tip revision: 6788129
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top