https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 79ac3d6231abe5c8664f8d0311aaf2b7f49addc8 authored by Thomas Fischer on 13 April 2021, 09:46:13 UTC
[NL/DOF] Readability: rename id -> index.
Tip revision: 79ac3d6
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top