From d437e38edf19141cd6c3f2aec8e890d7cfa0166e Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Sun, 20 Jan 2008 22:47:22 +0000 Subject: [PATCH] Remove comment about Borland, it's nice to have the Rebind here anyway. --- Triangulation_2/include/CGAL/Triangulation_ds_face_base_2.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Triangulation_2/include/CGAL/Triangulation_ds_face_base_2.h b/Triangulation_2/include/CGAL/Triangulation_ds_face_base_2.h index 1bad87cf83d..8d164d43a1c 100644 --- a/Triangulation_2/include/CGAL/Triangulation_ds_face_base_2.h +++ b/Triangulation_2/include/CGAL/Triangulation_ds_face_base_2.h @@ -36,7 +36,6 @@ public: typedef typename TDS::Vertex_handle Vertex_handle; typedef typename TDS::Face_handle Face_handle; - // Borland requires this. template struct Rebind_TDS { typedef Triangulation_ds_face_base_2 Other; };