https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1e2694ec384f55f4a218d3ac20800e468ee66243 authored by Dmitri Naumov on 06 September 2021, 09:27:25 UTC
[T/PhF] Remove old unused project files.
Tip revision: 1e2694e
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top