Skip to content

Commit

Permalink
No need for experimental filesystem any more
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaughan committed May 13, 2022
1 parent 552413f commit 65ccc55
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/filesystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,8 @@

#if defined(ZEP_FEATURE_CPP_FILE_SYSTEM)

// Unix/Clang is behind
#ifdef __unix__
#include <experimental/filesystem>
namespace cpp_fs = std::experimental::filesystem::v1;
#else
#include <filesystem>
namespace cpp_fs = std::filesystem;
#endif

namespace Zep
{
Expand Down

0 comments on commit 65ccc55

Please sign in to comment.