Open glebm opened 3 years ago
Adds move constructor and move assignment to Trie, allowing modern C++ code to use it without a pointer indirection.
Trie
Based on top of #38
Adds move constructor and move assignment to
Trie
, allowing modern C++ code to use it without a pointer indirection.Based on top of #38