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

Dropping Boost in favor of std==C++17? #223

Open
sameeul opened this issue Oct 26, 2023 · 1 comment
Open

Dropping Boost in favor of std==C++17? #223

sameeul opened this issue Oct 26, 2023 · 1 comment

Comments

@sameeul
Copy link
Contributor

sameeul commented Oct 26, 2023

Now that C++17 is supported by all the major compilers, just checking if you are thinking about dropping boost all-together use std::filesystem and std::variant from C++17? I took a look at the current usage of boost in the codebase and feel that it can be dropped if we switch to C++17.

Any thoughts on that? I can start working on it if you think it might be a good direction.

@constantinpape
Copy link
Owner

Any thoughts on that? I can start working on it if you think it might be a good direction.

Yes, that is a good idea!

A contribution on this would be welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants