shorten long lines

This commit is contained in:
Efi Fogel 2003-02-23 13:02:17 +00:00
parent 2f0f4460e4
commit 04f2bcb72a
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ public:
pointer,pointer,pointer,pointer> Boundary_type; pointer,pointer,pointer,pointer> Boundary_type;
typedef Trapezoidal_decomposition_2<Traits> TD; typedef Trapezoidal_decomposition_2<Traits> TD;
typedef typename TD::Unbounded Unbounded; typedef typename TD::Unbounded Unbounded;
typedef typename TD::Around_point_circulator Around_point_circulator; typedef typename TD::Around_point_circulator
Around_point_circulator;
typedef typename TD::In_face_iterator In_face_iterator; typedef typename TD::In_face_iterator In_face_iterator;
friend class Trapezoidal_decomposition_2<Traits>; friend class Trapezoidal_decomposition_2<Traits>;