diff --git a/src/lib/tree.hpp b/src/lib/tree.hpp index 8d0a85496..aad422a14 100644 --- a/src/lib/tree.hpp +++ b/src/lib/tree.hpp @@ -90,8 +90,6 @@ void destructor(T1* p) p->~T1(); } -}; - /// A node in the tree, combining links to other nodes as well as the actual data. template class tree_node_ { // size: 5*4=20 bytes (on 32 bit arch), can be reduced by 8. @@ -2707,6 +2705,8 @@ typename tree::leaf_iterator& tree