mirror of https://github.com/CGAL/cgal
add missing using
This commit is contained in:
parent
285dbb96bf
commit
b8aa2558fd
|
|
@ -48,6 +48,7 @@ public:
|
||||||
|
|
||||||
using internal::vector< Rotation_tree_node_2<Traits_> >::push_back;
|
using internal::vector< Rotation_tree_node_2<Traits_> >::push_back;
|
||||||
using internal::vector< Rotation_tree_node_2<Traits_> >::back;
|
using internal::vector< Rotation_tree_node_2<Traits_> >::back;
|
||||||
|
using internal::vector< Rotation_tree_node_2<Traits_> >::erase;
|
||||||
|
|
||||||
class Greater {
|
class Greater {
|
||||||
typename Traits::Less_xy_2 less;
|
typename Traits::Less_xy_2 less;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue