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

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

View File

@ -36,7 +36,6 @@ public:
typedef typename TDS::Face_handle Face_handle;
typedef typename TDS::Vertex_handle Vertex_handle;
// Borland seems to require it.
template <typename TDS2>
struct Rebind_TDS { typedef Triangulation_ds_vertex_base_2<TDS2> Other; };