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. |
|
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_CODEaround the backwardcompatibility code in
<CGAL/config.h>.See also: #4775 (same PR for CGAL-5.0.x)
Release Management