mirror of https://github.com/CGAL/cgal
Remove beyond from Direct_octree
This commit is contained in:
parent
55dd09407c
commit
0c1fbe07af
|
|
@ -344,10 +344,6 @@ public:
|
||||||
return m_beyond - m_first + 1;
|
return m_beyond - m_first + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
Input_iterator beyond() {
|
|
||||||
return m_beyond;
|
|
||||||
}
|
|
||||||
|
|
||||||
void swap(std::size_t a, std::size_t b) {
|
void swap(std::size_t a, std::size_t b) {
|
||||||
typename std::iterator_traits<Input_iterator>::value_type tmp;
|
typename std::iterator_traits<Input_iterator>::value_type tmp;
|
||||||
tmp = m_first[a];
|
tmp = m_first[a];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue