From eefc18c12af6ed5f8a8eeb002a7bd7f3cb6ebb25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 29 Aug 2014 14:55:12 +0200 Subject: [PATCH] Workaround for CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG Trivial bugfix for master --- .../include/CGAL/intersection_of_Polyhedra_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Operations_on_polyhedra/include/CGAL/intersection_of_Polyhedra_3.h b/Operations_on_polyhedra/include/CGAL/intersection_of_Polyhedra_3.h index dd15ef0b401..8e6b5087c70 100644 --- a/Operations_on_polyhedra/include/CGAL/intersection_of_Polyhedra_3.h +++ b/Operations_on_polyhedra/include/CGAL/intersection_of_Polyhedra_3.h @@ -186,8 +186,8 @@ struct Order_along_a_halfedge{ Order_along_a_halfedge(Halfedge_handle hedge_,const Nodes_vector& nodes_):nodes(nodes_),hedge(hedge_){} bool operator()(int i,int j) const { //returns true, iff q lies strictly between p and r. + typename Nodes_vector::Protector p; try{ - typename Nodes_vector::Protector p; CGAL::internal::use(p); return CGAL::collinear_are_strictly_ordered_along_line(nodes.to_interval(hedge->vertex()->point()),