mirror of https://github.com/CGAL/cgal
Update changes.html
Removing a deprecated class is not a breaking change.
This commit is contained in:
parent
b761bad0a9
commit
edbcde8a06
|
|
@ -231,11 +231,10 @@ and <code>src/</code> directories).
|
|||
<ul>
|
||||
<li><b>Breaking change</b>: Removed the arbitrary dimensional weighted point class.
|
||||
Users must use a version prior to 4.9 if they need this class.</li>
|
||||
<li><b>Breaking change</b>: Removed the class <code>Regular_triangulation_filtered_traits_2</code>.
|
||||
Users must replace it by the filtered kernel that they passed as template argument.</li>
|
||||
<li><b>Breaking change</b>:The number type of weighted points in regular triangulations is no longer
|
||||
a template parameter but the field type of the geometric traits class.
|
||||
Users who need this feature must use a version prior to 4.9</li>
|
||||
<li>The class <code>Regular_triangulation_filtered_traits_2</code> deprecated since CGAL 3.6 has been removed.</li>
|
||||
<li>Deprecate the class <code>Regular_triangulation_euclidean_traits_2</code>, as the
|
||||
weighted point and the function objects for weighted points are part of the concept <code>Kernel</code>/</li>
|
||||
<li>The class <code>Regular_triangulation_2</code> can take a kernel as template argument,
|
||||
|
|
@ -249,11 +248,10 @@ and <code>src/</code> directories).
|
|||
|
||||
<h3>3D Triangulations</h3>
|
||||
<ul>
|
||||
<li><b>Breaking change</b>: Removed the class <code>Regular_triangulation_filtered_traits_3</code>.
|
||||
Users must replace it by the filtered kernel that they passed as template argument.</li>
|
||||
<li><b>Breaking change</b>: The number type of weighted points in regular triangulations is no longer
|
||||
a template parameter but the field type of the geometric traits class.
|
||||
Users who need this feature must use a version prior to 4.9.</li>
|
||||
Users who need this feature must use a version prior to 4.9.</li>
|
||||
<li>The class <code>Regular_triangulation_filtered_traits_3</code> deprecated since CGAL 3.6 has been removed.</li>
|
||||
<li>Deprecate the class <code>Regular_triangulation_euclidean_traits_3</code>, as the
|
||||
weighted point and the function objects for weighted points are part of the concept <code>Kernel</code>/</li>
|
||||
<li>The class <code>Regular_triangulation_3</code> can take a kernel as template argument,
|
||||
|
|
|
|||
Loading…
Reference in New Issue