From 44182c67e3e1731c864133b07b15cd6d3be10f0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 7 Oct 2015 11:03:05 +0200 Subject: [PATCH] do not document rebind that is in the main concept --- .../Boolean_set_operations_2/Gps_default_dcel.h | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2/Gps_default_dcel.h b/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2/Gps_default_dcel.h index 0a4bc06600b..f15067d1cfb 100644 --- a/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2/Gps_default_dcel.h +++ b/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2/Gps_default_dcel.h @@ -74,18 +74,5 @@ class Gps_default_dcel : Gps_halfedge_base, Gps_face_base > -{ -public: - -/// \name Types -/// @{ - -/*! -allows the rebinding of the Dcel with a different traits class `T`. -*/ -typedef unspecified_type template rebind; - -/// @} - -}; +{}; } /* end namespace CGAL */