https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 42130a52ce276e3cbc79338aeacf28716d696c15 authored by rinkk on 20 April 2021, 09:26:52 UTC
local scopes for geo-objects
Tip revision: 42130a5
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top