add copy_n and prev,next into changes.html

This commit is contained in:
Sébastien Loriot 2011-09-09 07:10:38 +00:00
parent 05c3755ff3
commit 4f51da3ef3
1 changed files with 8 additions and 0 deletions

View File

@ -112,6 +112,14 @@ CGAL 3.10 offers the following improvements and new functionality : </p>
this small overhead introduced for thread-safety can be deactivated by defining CGAL_HAS_NO_THREADS.</li>
</ul>
<h3>STL extension</h3>
<ul>
<li>CGAL::copy_n is now deprecated for CGAL::cpp0x::copy_n which uses std::copy_n, if available on the platform.</li>
<li>CGAL::successor and CGAL::predecessor are now deprecated for CGAL::cpp0x::next and CGAL::cpp0x::prev. These functions
use the standard versions if available on the platform. Otherwise, boost::next and boost::prior are used.</li>
</ul>
<h2 id="release3.9">Release 3.9 </h2>
<DIV>
<p> Release date: XXX 2011</p>