mirror of https://github.com/CGAL/cgal
small fix to compile with both cpp0x and plain old cpp
This commit is contained in:
parent
df420d1a04
commit
74c7d5992d
|
|
@ -79,7 +79,7 @@ public:
|
|||
|rotate_rotor| and |insert_in_tagged_hole|) */
|
||||
|
||||
// A co-dimension 1 sub-simplex.
|
||||
typedef std::pair<Simplex_handle, int> Facet;
|
||||
typedef cpp0x::tuple<Simplex_handle, int> 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue