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

Refactor boost::optional to std::optional after code base is migrated to C++17 #179

Open
birschick-bq opened this issue Jan 31, 2023 · 0 comments

Comments

@birschick-bq
Copy link
Contributor

boost::optional and std::optional have very similar interfaces, so it should be easy to change the naming. due to licensing issues we should use std::optional instead of boost::optional in the end.

AC:

  • change all references of boost::optional to std::optional.
  • remove references to <boost/optional>
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

1 participant