mirror of https://github.com/CGAL/cgal
Add 'using' statements for ansi compliance
This commit is contained in:
parent
fd8aa4ff57
commit
e0ac10d2ed
|
|
@ -36,6 +36,9 @@ public:
|
|||
typedef typename Base::Segment_2 Segment_2;
|
||||
typedef typename Base::FT FT;
|
||||
|
||||
using Base::t;
|
||||
using Base::f;
|
||||
|
||||
#if 0
|
||||
typedef CGAL::Hyperbola_2<Point,Weight> Base;
|
||||
typedef typename Base::Weighted_point Weighted_point;
|
||||
|
|
|
|||
Loading…
Reference in New Issue