Add 'using' statement for ansi-compliance

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

View File

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