mirror of https://github.com/CGAL/cgal
add a comment about deactivating thread-safety code
This commit is contained in:
parent
1046e461e7
commit
a38b015d15
|
|
@ -108,7 +108,8 @@ CGAL 3.10 offers the following improvements and new functionality : </p>
|
|||
<h3>AABB tree</h3>
|
||||
<ul>
|
||||
<li>Document constness of member functions of the AABB_tree class.</li>
|
||||
<li>The class AABB_tree is now guarantee to be read-only thread-safe.</li>
|
||||
<li>The class AABB_tree is now guarantee 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.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="release3.9">Release 3.9 </h2>
|
||||
|
|
|
|||
Loading…
Reference in New Issue