Revision b8b4d0a3f72e4ccca77bd98af53281715b9b3485 authored by Thomas Fischer on 08 July 2021, 19:22:11 UTC, committed by Dmitry Yu. Naumov on 09 July 2021, 10:13:49 UTC
1 parent 7176313
Raw File
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top