diff --git a/STL_Extension/include/CGAL/Spatial_lock_grid_3.h b/STL_Extension/include/CGAL/Spatial_lock_grid_3.h index 60289f28727..1754bcbe21b 100644 --- a/STL_Extension/include/CGAL/Spatial_lock_grid_3.h +++ b/STL_Extension/include/CGAL/Spatial_lock_grid_3.h @@ -433,7 +433,7 @@ protected: bool*, tbb::cache_aligned_allocator, tbb::ets_key_per_instance> TLS_grid; - typedef tbb::enumerable_thread_specific> TLS_locked_cells; + typedef tbb::enumerable_thread_specific > TLS_locked_cells; TLS_grid m_tls_grids; TLS_locked_cells m_tls_locked_cells;