mirror of https://github.com/CGAL/cgal
add missing using
This commit is contained in:
parent
285dbb96bf
commit
b8aa2558fd
|
|
@ -47,7 +47,8 @@ public:
|
|||
typedef typename Traits::Point_2 Point_2;
|
||||
|
||||
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 {
|
||||
typename Traits::Less_xy_2 less;
|
||||
|
|
|
|||
Loading…
Reference in New Issue