https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: dc519dc3df1f3be31f8527c6755e928d77a1aad3 authored by Dmitry Yu. Naumov on 28 May 2021, 18:36:08 UTC
Merge branch 'MplFunctionProperty' into 'master'
Tip revision: dc519dc
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top