Remove comment about Borland, it's nice to have the Rebind here anyway.

This commit is contained in:
Sylvain Pion 2008-01-20 22:47:22 +00:00
parent 7f21002a5a
commit d437e38edf
1 changed files with 0 additions and 1 deletions

View File

@ -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; };