mirror of https://github.com/CGAL/cgal
shorten long lines
This commit is contained in:
parent
2f0f4460e4
commit
04f2bcb72a
|
|
@ -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>;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue