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::mpl #7813

Merged
merged 9 commits into from
Dec 26, 2023
Merged

Replace boost::mpl #7813

merged 9 commits into from
Dec 26, 2023

Conversation

sloriot
Copy link
Member

@sloriot sloriot commented Oct 19, 2023

  • boost::mpl::if_ --> std::conditional
  • boost::enable_if -> std::enable_if
  • boost::mpl::and_ -> &&
  • boost::mpl::or_ -> ||
  • boost::constant::bool_ -> std::bool_constant
  • ...

@sloriot
Copy link
Member Author

sloriot commented Dec 26, 2023

Successfully tested in CGAL-6.0-Ic-134

@sloriot sloriot marked this pull request as ready for review December 26, 2023 16:33
@sloriot sloriot merged commit caecbe2 into CGAL:master Dec 26, 2023
9 checks passed
@sloriot sloriot deleted the CGAL-replace_boost_mpl branch December 26, 2023 16:33
@lrineau lrineau added this to the 6.0-beta milestone Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants