mirror of https://github.com/CGAL/cgal
Add this and using for ansi compliance
This commit is contained in:
parent
beaff6d265
commit
a17043ab9a
|
|
@ -36,7 +36,7 @@ public:
|
||||||
|
|
||||||
for (Iterator current = first; current != beyond; current++)
|
for (Iterator current = first; current != beyond; current++)
|
||||||
{
|
{
|
||||||
push_back(current);
|
this->push_back(current);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,7 @@ public:
|
||||||
typedef typename internal::vector<Node>::iterator Self_iterator;
|
typedef typename internal::vector<Node>::iterator Self_iterator;
|
||||||
typedef typename Traits::Point_2 Point_2;
|
typedef typename Traits::Point_2 Point_2;
|
||||||
|
|
||||||
|
using internal::vector< Rotation_tree_node_2<Traits_> >::push_back;
|
||||||
|
|
||||||
// constructor
|
// constructor
|
||||||
template<class ForwardIterator>
|
template<class ForwardIterator>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue