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