https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 509820c4d43465909e5a903c860eb790c8efa735 authored by Lars Bilke on 27 August 2021, 07:18:00 UTC
[ci] Fix pre-commit job not picking the correct merge-base sha.
Tip revision: 509820c
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top