From 4f51da3ef3d1ad03fcaef9ec472d1bcbefe24b2b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Loriot?=
Date: Fri, 9 Sep 2011 07:10:38 +0000
Subject: [PATCH] add copy_n and prev,next into changes.html
---
Installation/changes.html | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Installation/changes.html b/Installation/changes.html
index d439c815cd8..2e04205964a 100644
--- a/Installation/changes.html
+++ b/Installation/changes.html
@@ -112,6 +112,14 @@ CGAL 3.10 offers the following improvements and new functionality :
this small overhead introduced for thread-safety can be deactivated by defining CGAL_HAS_NO_THREADS.
+STL extension
+
+ - CGAL::copy_n is now deprecated for CGAL::cpp0x::copy_n which uses std::copy_n, if available on the platform.
+ - 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.
+
+
+
Release 3.9