Lines Matching refs:filesystem
2414 #elif __has_include(<filesystem>)
2416 #elif __has_include(<experimental/filesystem>)
2420 // std::filesystem does not work on MinGW GCC 8: https://sourceforge.net/p/mingw-w64/bugs/737/
2426 // no filesystem support before GCC 8: https://en.cppreference.com/w/cpp/compiler_support
2432 // no filesystem support before Clang 7: https://en.cppreference.com/w/cpp/compiler_support
2438 // no filesystem support before MSVC 19.14: https://en.cppreference.com/w/cpp/compiler_support
2444 // no filesystem support before iOS 13
2450 // no filesystem support before macOS Catalina
3776 // special case for types like std::filesystem::path whose iterator's value_type are themselves
3811 // special case for types like std::filesystem::path whose iterator's value_type are themselves
4564 #include <experimental/filesystem>
4568 namespace std_fs = std::experimental::filesystem;
4572 #include <filesystem>
4576 namespace std_fs = std::filesystem;