do not document rebind that is in the main concept

This commit is contained in:
Sébastien Loriot 2015-10-07 11:03:05 +02:00
parent cbbd23d7f3
commit 44182c67e3
1 changed files with 1 additions and 14 deletions

View File

@ -74,18 +74,5 @@ class Gps_default_dcel :
Gps_halfedge_base<typename Traits::X_monotone_curve_2>,
Gps_face_base<typename Traits::Point_2,
typename Traits::X_monotone_curve_2> >
{
public:
/// \name Types
/// @{
/*!
allows the rebinding of the <span class="textsc">Dcel</span> with a different traits class `T`.
*/
typedef unspecified_type template <class T> rebind;
/// @}
};
{};
} /* end namespace CGAL */