Skip to content

Commit

Permalink
fs namespace fix for Windows OS
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiliyk committed Nov 4, 2024
1 parent 750d508 commit 18f9551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper/fixture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#if defined(__APPLE__)
namespace fs = std::__fs::filesystem;
#else
namespace fs = std::fs::filesystem;
namespace fs = std::filesystem;
#endif

using namespace std;
Expand Down

0 comments on commit 18f9551

Please sign in to comment.