https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2d53030d2fa4578254c7b874df39fb0b60bed30e authored by Dmitry Yu. Naumov on 02 May 2021, 13:42:11 UTC
Merge branch 'DontAllowPythonToHandleSignals' into 'master'
Tip revision: 2d53030
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top