Revision 23189a5ee981eee99036f28fd7ffbf066ccf1a4d authored by Lars Bilke on 06 October 2021, 14:40:30 UTC, committed by Lars Bilke on 11 October 2021, 08:32:08 UTC
1 parent c307865
Raw File
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top