mirror of https://github.com/CGAL/cgal
Use CGAL_HAS_THREADS.
This commit is contained in:
parent
c5ad51a83c
commit
c392f5a18f
|
|
@ -1095,7 +1095,7 @@ public :
|
|||
*/
|
||||
|
||||
Lazy()
|
||||
#if 0 // Optimization disabled for improved thread safety.
|
||||
#ifndef CGAL_HAS_THREADS
|
||||
: Handle(zero()) {}
|
||||
#else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue