mirror of https://github.com/CGAL/cgal
Add 'using' statements for ansi-compliance
This commit is contained in:
parent
41f63c8d31
commit
8cf01f9608
|
|
@ -79,6 +79,7 @@ public:
|
|||
using Base::VERTEX;
|
||||
using Base::insert;
|
||||
using Base::remove;
|
||||
using Base::locate;
|
||||
|
||||
Comparedist tr_comparedist;
|
||||
Orientation_2 tr_orientation;
|
||||
|
|
|
|||
Loading…
Reference in New Issue