parent
3e429f0368
commit
d38979f783
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class trie : public KeyCMP {
|
|||
} else {
|
||||
trie n1(*c1);
|
||||
new_t1->m_children.erase(k);
|
||||
new_t1->m_children.insert(k, merge(n1.steal(), c2));
|
||||
new_t1->m_children.insert(k, trie::merge(n1.steal(), c2));
|
||||
}
|
||||
});
|
||||
return new_t1;
|
||||
|
|
Loading…
Reference in a new issue