diff --git a/Surface_mesh/include/CGAL/Surface_mesh/IO/PLY.h b/Surface_mesh/include/CGAL/Surface_mesh/IO/PLY.h index a6ccb769f7e..0ccb978a0e4 100644 --- a/Surface_mesh/include/CGAL/Surface_mesh/IO/PLY.h +++ b/Surface_mesh/include/CGAL/Surface_mesh/IO/PLY.h @@ -837,9 +837,9 @@ bool read_PLY(std::istream& is, // not yet supported: this function only uses the Surface_mesh's internal pmaps // to make it work, it'd be sufficient to modify Surface_mesh_filler's maps - static_assert(CGAL::parameters::is_default_parameter::value); - static_assert(CGAL::parameters::is_default_parameter::value); - static_assert(CGAL::parameters::is_default_parameter::value); + // static_assert(CGAL::parameters::is_default_parameter::value); + // static_assert(CGAL::parameters::is_default_parameter::value); + // static_assert(CGAL::parameters::is_default_parameter::value); const bool verbose = CGAL::parameters::choose_parameter(CGAL::parameters::get_parameter(np, internal_np::verbose), true);