Opps - tree.hpp committed now

This commit is contained in:
Joel Holdsworth 2008-12-30 23:07:16 +00:00
parent 54ddf81afa
commit e670f42a39

View file

@ -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 T>
class tree_node_ { // size: 5*4=20 bytes (on 32 bit arch), can be reduced by 8.
@ -2708,6 +2706,8 @@ typename tree<T, tree_node_allocator>::leaf_iterator& tree<T, tree_node_allocato
return (*this);
}
} // lumiera
#endif
// Local variables: