mirror of https://github.com/CGAL/cgal
Add 'using' statement for ansi-compliance
This commit is contained in:
parent
e0ac10d2ed
commit
beaff6d265
|
|
@ -123,6 +123,7 @@ public:
|
|||
using Tr_Base::is_valid_finite;
|
||||
using Tr_Base::locate;
|
||||
using Tr_Base::side_of_segment;
|
||||
using Tr_Base::side_of_edge;
|
||||
|
||||
Regular_triangulation_3(const Gt & gt = Gt())
|
||||
: Tr_Base(gt), hidden_point_visitor(this)
|
||||
|
|
|
|||
Loading…
Reference in New Issue