diff --git a/Mesh_3/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h b/Mesh_3/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h index e798a8fa230..47a4260e1b0 100644 --- a/Mesh_3/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h +++ b/Mesh_3/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h @@ -461,16 +461,16 @@ public: Cell_iterator cells_end() const { return cells_in_complex_end(); } - +#endif // CGAL_MESH_3_NO_DEPRECATED_C3T3_ITERATORS + // ----------------------------------- + // End backward Compatibility + // ----------------------------------- + size_type number_of_facets() const { return number_of_facets_in_complex(); } size_type number_of_cells() const { return number_of_cells_in_complex(); } -#endif // CGAL_MESH_3_NO_DEPRECATED_C3T3_ITERATORS - // ----------------------------------- - // End backward Compatibility - // ----------------------------------- public: template