radix_tree: fix try_emplace implementation
It was not possible to pass to value ctor different number of elements than 1. Fix this by implementing make_key_args function taking heterogenous key and variadic args to be passed to value constructor. The function name is different from make() to avoid ambiguity in emplace().
parent
eb1bc681
Please register or sign in to comment