From 9aefdbe9391eb18178fff4f5a009f2463e81c42c Mon Sep 17 00:00:00 2001 From: Clement Jamin Date: Thu, 23 May 2013 17:49:24 +0200 Subject: [PATCH] Replaced is_base_of by is_convertible. --- .../include/CGAL/Triangulation_data_structure_3.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Triangulation_3/include/CGAL/Triangulation_data_structure_3.h b/Triangulation_3/include/CGAL/Triangulation_data_structure_3.h index 781df2727ee..185104768e6 100644 --- a/Triangulation_3/include/CGAL/Triangulation_data_structure_3.h +++ b/Triangulation_3/include/CGAL/Triangulation_data_structure_3.h @@ -59,7 +59,7 @@ #endif #include -#include +#include namespace CGAL { @@ -134,7 +134,7 @@ public: #ifdef CGAL_LINKED_WITH_TBB typedef typename boost::mpl::if_c < - boost::is_base_of::value, + boost::is_convertible::value, Concurrent_compact_container< Cell, Default, Cell_container_strategy>, Compact_container< @@ -151,7 +151,7 @@ public: #ifdef CGAL_LINKED_WITH_TBB typedef typename boost::mpl::if_c < - boost::is_base_of::value, + boost::is_convertible::value, Concurrent_compact_container< Vertex, Default, Vertex_container_strategy>, Compact_container<