diff --git a/Combinatorial_map/include/CGAL/Combinatorial_map.h b/Combinatorial_map/include/CGAL/Combinatorial_map.h index 6884e43e59a..58096c19945 100644 --- a/Combinatorial_map/include/CGAL/Combinatorial_map.h +++ b/Combinatorial_map/include/CGAL/Combinatorial_map.h @@ -3640,6 +3640,10 @@ namespace CGAL { bool testAttributes=true, bool testPoint=true) const { +#if defined(CGAL_CMAP_DART_DEPRECATED) && !defined(CGAL_NO_DEPRECATED_CODE) + CGAL_USE(testDartInfo); +#endif + typedef Combinatorial_map_base Map2; bool match = true; @@ -4947,7 +4951,7 @@ namespace CGAL { }; template < unsigned int d_, -#if defined(CGAL_CMAP_DART_DEPRECATED) && !defined(CGAL_NO_DEPRECATED_CODE) +#if def36ined(CGAL_CMAP_DART_DEPRECATED) && !defined(CGAL_NO_DEPRECATED_CODE) class Items_=Combinatorial_map_min_items, #else class Items_=Generic_map_min_items,