Remove beyond from Direct_octree

This commit is contained in:
Jackson Campolattaro 2020-08-03 11:32:58 -04:00
parent 55dd09407c
commit 0c1fbe07af
1 changed files with 0 additions and 4 deletions

View File

@ -344,10 +344,6 @@ public:
return m_beyond - m_first + 1;
}
Input_iterator beyond() {
return m_beyond;
}
void swap(std::size_t a, std::size_t b) {
typename std::iterator_traits<Input_iterator>::value_type tmp;
tmp = m_first[a];