https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: efe3542cfb51be4bb502c24d14dd1b3b1e6d06b2 authored by Dmitri Naumov on 18 May 2021, 08:31:16 UTC
[T/TRM] A2; Slightly relax stress tolerance.
Tip revision: efe3542
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top