https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1bf0c0d8fa4ceb65487bea1f482a9f801bccce41 authored by Lars Bilke on 16 November 2020, 12:00:35 UTC
drop
Tip revision: 1bf0c0d
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top