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

Add missing header #7742

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

lrineau
Copy link
Member

@lrineau lrineau commented Sep 25, 2023

CGAL-5.5.x latest test results are completely broken.

https://cgal.geometryfactory.com/CGAL/testsuite/results-5.5.4-I-166.shtml

That is not due to any code change (there was none since the previous testsuite for 5.5.x). The error are due to Boost 1.84. Probably something change in the includes of Boost. The error is about boost::prior. The header <boost/next_prior.hpp> must be included.

CGAL-5.5.x latest test results are completely broken.

https://cgal.geometryfactory.com/CGAL/testsuite/results-5.5.4-I-166.shtml

That is not due to any code change (there was none since the previous testsuite for 5.5.x). The error are due to Boost 1.84. Probably something change in the includes of Boost. The error is about `boost::prior`.  The header `<boost/next_prior.hpp>` must be included.
@mglisse
Copy link
Member

mglisse commented Oct 13, 2023

As part of the modernization effort, in master, could we use std::next and std::prev instead? Or do those boost versions have some special behavior?

@lrineau
Copy link
Member Author

lrineau commented Oct 13, 2023

As part of the modernization effort, in master, could we use std::next and std::prev instead? Or do those boost versions have some special behavior?

The patch is for 5.5.x only. CGAL-5.6.x and master do not have the issue.

@sloriot
Copy link
Member

sloriot commented Oct 15, 2023

Successfully tested in CGAL-6.0-Ic-84

@lrineau lrineau added rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' rm only: ready for release branch For the release team only: that indicates that a PR is about to be merged in a release branch labels Oct 16, 2023
lrineau added a commit that referenced this pull request Oct 16, 2023
As the pull-request was for 5.5.x only, this merge does not modify
anything.
@lrineau lrineau merged commit 7c5742d into CGAL:5.5.x-branch Oct 16, 2023
7 checks passed
@lrineau lrineau deleted the CGAL-fix-5.5-with-Boost-1.84-GF branch October 16, 2023 14:47
@lrineau lrineau removed rm only: ready for release branch For the release team only: that indicates that a PR is about to be merged in a release branch rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' labels Oct 16, 2023
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.

None yet

3 participants