From 74c7d5992de43d982d6970c789babaed2347ea0d Mon Sep 17 00:00:00 2001 From: Samuel Hornus Date: Sun, 1 May 2011 21:37:26 +0000 Subject: [PATCH] small fix to compile with both cpp0x and plain old cpp --- Triangulation/include/CGAL/Pure_complex_data_structure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Triangulation/include/CGAL/Pure_complex_data_structure.h b/Triangulation/include/CGAL/Pure_complex_data_structure.h index 782990cb76b..009f013af79 100644 --- a/Triangulation/include/CGAL/Pure_complex_data_structure.h +++ b/Triangulation/include/CGAL/Pure_complex_data_structure.h @@ -79,7 +79,7 @@ public: |rotate_rotor| and |insert_in_tagged_hole|) */ // A co-dimension 1 sub-simplex. - typedef std::pair Facet; + typedef cpp0x::tuple Facet; // A co-dimension 2 sub-simplex. called a Rotor because we can rotate // the two "covertices" around the sub-simplex. Useful for traversing the