https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a82ffee7e4b95d07c7674ec5e1e536f086212adc authored by renchao_lu on 01 May 2021, 18:46:01 UTC
[CL] replacement with operator[] func.
Tip revision: a82ffee
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top