https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a8e2bfcae1226a51160d202c2c1860680c671d44 authored by garibay-j on 29 November 2021, 13:54:39 UTC
Merge branch 'ExchangeAndSurface' into 'master'
Tip revision: a8e2bfc
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top