Commit fca1e543 authored by Igor Chorążewicz's avatar Igor Chorążewicz
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment