https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5d8f37f7c6b88e2716e164df6a0a5f43eacddb0e authored by renchao_lu on 05 March 2021, 15:10:39 UTC
[CL] move return statement forward.
Tip revision: 5d8f37f
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top