Add 'using' for ansi compliance

This commit is contained in:
Andreas Fabri 2010-05-16 13:41:40 +00:00
parent 5c62ae60ce
commit a8c5601d15
1 changed files with 9 additions and 0 deletions

View File

@ -99,6 +99,15 @@ public:
using Base::associate_vertex_with_simplex;
using Base::dcur;
using Base::hyperplane_supporting;
using Base::visited_mark;
using Base::is_bounded_simplex;
using Base::is_unbounded_simplex;
using Base::clear_visited_marks;
using Base::is_dimension_jump;
using Base::point_of_simplex;
using Base::point_of_facet;
using Base::vertex_of_facet;
/*{\Mgeneralization Convex_hull_d<Lifted_R>}*/