-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update filesystem to fix macOS c++17
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule filesystem
updated
12 files
+197 −0 | .github/workflows/build_cmake.yml | |
+0 −100 | .travis.yml | |
+1 −0 | CMakeLists.txt | |
+109 −20 | README.md | |
+2 −1 | cmake/GhcHelper.cmake | |
+228 −152 | include/ghc/filesystem.hpp | |
+4 −0 | include/ghc/fs_std.hpp | |
+3 −0 | include/ghc/fs_std_fwd.hpp | |
+3 −0 | include/ghc/fs_std_impl.hpp | |
+8 −2 | test/CMakeLists.txt | |
+153 −72 | test/filesystem_test.cpp | |
+0 −1 | test/impl_test.cpp |