Opps - tree.hpp committed now
This commit is contained in:
parent
54ddf81afa
commit
e670f42a39
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue