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

Reduce(/eliminate) the dependency on Boost #7814

Closed
christianparpart opened this issue Nov 27, 2019 · 2 comments
Closed

Reduce(/eliminate) the dependency on Boost #7814

christianparpart opened this issue Nov 27, 2019 · 2 comments

Comments

@christianparpart
Copy link
Member

  • Some APIs from boost already went into the standard library.
  • for Boost integer we can use the intx library (already seperate ticket)
  • with regards to Boost.Ranges we should consider using ranges-v3 that are compatible with C++11/14/17 and is going to be part of C++20, too. (can become a "splitout"-ticket)
@ekpyron
Copy link
Member

ekpyron commented Nov 27, 2019

For reference: I suggested a similar approach in #7795 (comment), but we might not need it there

@axic
Copy link
Member

axic commented Dec 13, 2019

Merged this into #7259.

@axic axic closed this as completed Dec 13, 2019
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

3 participants