Add 'using' statements for ansi compliance

This commit is contained in:
Andreas Fabri 2010-05-11 07:05:42 +00:00
parent fd8aa4ff57
commit e0ac10d2ed
1 changed files with 3 additions and 0 deletions

View File

@ -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;