mirror of https://github.com/CGAL/cgal
moved Intersection_category typedef to main class
This commit is contained in:
parent
27e2008e9d
commit
74f7003dfe
|
|
@ -34,7 +34,6 @@ template <class NT>
|
|||
class Circ_Curve {
|
||||
|
||||
public:
|
||||
typedef Lazy_intersection_tag Intersection_category;
|
||||
typedef Cartesian<NT> Kernel;
|
||||
typedef typename Kernel::Point_2 Point_2;
|
||||
typedef typename Kernel::Circle_2 Circle_2;
|
||||
|
|
@ -114,7 +113,7 @@ private:
|
|||
template <class _NT>
|
||||
class Arr_circles_real_traits {
|
||||
public:
|
||||
|
||||
typedef Lazy_intersection_tag Intersection_category;
|
||||
typedef _NT NT;
|
||||
|
||||
//the difference between Curve and X_curve is semantical only,
|
||||
|
|
|
|||
Loading…
Reference in New Issue