https://gitlab.opengeosys.org/ogs/ogs.git
Revision c2a478f85fe136133a4b4462a48122bb0c36fd72 authored by Dmitry Yu. Naumov on 27 April 2023, 15:11:23 UTC, committed by Dmitry Yu. Naumov on 27 April 2023, 15:11:23 UTC
Iterator concepts for the covariant view

See merge request ogs/ogs!4565
2 parent s 7116a3b + 7240436
Raw File
Tip revision: c2a478f85fe136133a4b4462a48122bb0c36fd72 authored by Dmitry Yu. Naumov on 27 April 2023, 15:11:23 UTC
Merge branch 'covariant-view' into 'master'
Tip revision: c2a478f
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top