From e5ad0e4e780a126656165626b37a94fbf7879d9b Mon Sep 17 00:00:00 2001
From: Olivier Devillers in changes.html
---
Installation/changes.html | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/Installation/changes.html b/Installation/changes.html
index c4b3fcb06a2..2942f26d162 100644
--- a/Installation/changes.html
+++ b/Installation/changes.html
@@ -107,15 +107,15 @@ CGAL 3.10 offers the following improvements and new functionality :
AABB_tree class.AABB_tree is now guaranteed to be read-only thread-safe. As usual in CGAL,
+ this small overhead introduced for thread-safety can be deactivated by defining CGAL_HAS_NO_THREADS.Random_points_in_iso_box_d (deprecated since 3.8) has been
+ removed. Use Random_points_in_cube_d instead.
Kd_tree is now guaranteed to be read-only thread-safe. As usual in CGAL,
+ this small overhead introduced for thread-safety can be deactivated by defining CGAL_HAS_NO_THREADS.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.