Skip to content
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

Replace boost::filesystem with std::filesystem (C++17) #120

Closed
vasdommes opened this issue Aug 22, 2023 · 0 comments
Closed

Replace boost::filesystem with std::filesystem (C++17) #120

vasdommes opened this issue Aug 22, 2023 · 0 comments
Assignees
Milestone

Comments

@vasdommes
Copy link
Collaborator

We're using C++ 17 (see also #113), and it's better to use standard library instead of boost whenever possible.

@vasdommes vasdommes self-assigned this Aug 22, 2023
vasdommes added a commit to vasdommes/sdpb that referenced this issue Aug 23, 2023
namespace fs = std::filesystem;

remove boost_filesystem dependency from waf
vasdommes added a commit that referenced this issue Aug 24, 2023
Fix #120 Replace boost::filesystem with std::filesystem (C++17)
@vasdommes vasdommes added this to the 2.6.0 milestone Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant