https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 388b77947471b55afdfaed84dd96de41ff60893a authored by Lars Bilke on 08 April 2021, 07:18:58 UTC
[web] Added Ubuntu install instructions for Singularity.
Tip revision: 388b779
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top