-
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
Remove cpp11::(tuple|get) #4774
Conversation
Note that you could even have applied it to the 5.0 branch but it is not that important. (Anyway it might have been introduced with the |
And use `#ifdef CGAL_NO_DEPRECATED_CODE` around the backward compatibility code in `<CGAL/config.h>`.
And use `#ifdef CGAL_NO_DEPRECATED_CODE` around the backward compatibility code in `<CGAL/config.h>`.
1549d9a
to
e6536aa
Compare
Done in #4775, and I have modified the history of this PR to merge the other one. |
@maxGimeno You should test #4775 instead of this one (#4774). |
Oops, yes indeed |
Actually, I wrote it the wrong way: we should test this one (#4774) instead of #4775. |
Oh |
Fixed in 8205112. |
Line 37 in 8205112
A |
Successfully tested in https://cgal.geometryfactory.com/CGAL/testsuite/results-5.1-Ic-182.shtml |
Summary of Changes
Remove cpp11. And use
#ifdef CGAL_NO_DEPRECATED_CODE
around the backwardcompatibility code in
<CGAL/config.h>
.See also: #4775 (same PR for CGAL-5.0.x)
Release Management