diff --git a/Polyhedron/include/CGAL/intersection_of_Polyhedra_3_refinement_visitor.h b/Polyhedron/include/CGAL/intersection_of_Polyhedra_3_refinement_visitor.h index 78f90166384..f14523dba41 100644 --- a/Polyhedron/include/CGAL/intersection_of_Polyhedra_3_refinement_visitor.h +++ b/Polyhedron/include/CGAL/intersection_of_Polyhedra_3_refinement_visitor.h @@ -1393,7 +1393,9 @@ public: void new_input_polyhedron(Polyhedron& P) { - CGAL_assertion_code((std::pair) res = ) + typedef std::pair Res; + CGAL_USE_TYPE(Res); + CGAL_assertion_code(Res res = ) polyhedron_to_map_node_to_polyhedron_vertex.insert(std::make_pair( &P,Node_to_polyhedron_vertex_map() )); CGAL_assertion(res.second == true); }