mirror of https://github.com/CGAL/cgal
Remove comment about Borland, it's nice to have the Rebind here anyway.
This commit is contained in:
parent
7f21002a5a
commit
d437e38edf
|
|
@ -36,7 +36,6 @@ public:
|
||||||
typedef typename TDS::Vertex_handle Vertex_handle;
|
typedef typename TDS::Vertex_handle Vertex_handle;
|
||||||
typedef typename TDS::Face_handle Face_handle;
|
typedef typename TDS::Face_handle Face_handle;
|
||||||
|
|
||||||
// Borland requires this.
|
|
||||||
template <typename TDS2>
|
template <typename TDS2>
|
||||||
struct Rebind_TDS { typedef Triangulation_ds_face_base_2<TDS2> Other; };
|
struct Rebind_TDS { typedef Triangulation_ds_face_base_2<TDS2> Other; };
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue