-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Problem with Boost 1.54 and a non reachable ticket #7765
Milestone
Comments
What is more, Boost 1.54 is no longer supported by CGAL (but only versions >= 1.66 as of CGAL-5.6) . That warning should be removed entirely. |
albert-github
added a commit
to albert-github/cgal
that referenced
this issue
Oct 10, 2023
CGAL as of version 5.6 requires Boost 1.66 or higher so the warning is not valid anymore
I've just pushed a proposed patch, pull request #7777 |
Note in the code of Point_set_processing_3/include/CGAL/mst_orient_normals.h we also see:
the question here is what to do with this / what can also be removed (I cannot do this as I cannot compile CGAL / test it). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the code we see in Point_set_processing_3/include/CGAL/mst_orient_normals.h (output: Point_set_processing_3/group___pkg_point_set_processing3_algorithms.html):
though https://svn.boost.org/trac/boost/ticket/9012 is not reachable
The text was updated successfully, but these errors were encountered: