-
Notifications
You must be signed in to change notification settings - Fork 67
replace boost::filesystem by std::filesystem #1801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
merged with develop |
@metivett this fails https://buildkite.com/feelpp/feelpp/builds/4323#283f4c92-8da0-4c22-9f1f-24a64793afbc/6-11239 |
Indeed, that's why I had to adapt a few things in caeed9d. |
@metivett it is probably a problem with the GCC version. We use clang but clang uses libstdc++ and I think that std::filesystem is available only in GCC9. |
@metivett I just checked and we use GCC 9. Also |
@metivett in the mean time you can start docker
get your branch and compile to see what is going on |
Stale pull request message |
Stale pull request message |
…kip toolboxes skip mor]
@prudhomm this PR is ready. |
Replaces boost::filesystem with std::filesystem to reduce boost dependency.