Samuel Jaffe
|
993a2ca94e
Make trie's copy constructor O(n)
|
8 years ago |
Samuel Jaffe
|
b1f756b780
Fixing insert(key_type const &, mapped_type const &) to properly return iterator.
|
8 years ago |
Samuel Jaffe
|
462c8234ca
Removing redundant V param to trie_{,reverse_}iterator template list, as this did not add anything other than risk or more template errors.
|
8 years ago |
Samuel Jaffe
|
b811336b99
Move shared behavior of trie_iterator (Pre-Order) and trie_reverse_iterator (Inverse-Depth-First) iteration to an object in the detail namespace.
|
8 years ago |
Samuel Jaffe
|
ef5d2e867b
Initial code dump.
|
8 years ago |