boostorg / unordered

Boost.org unordered module
http://boost.org/libs/unordered
Boost Software License 1.0
62 stars 55 forks source link

Optimize `emplace()` for exactly a `value_type` or `init_type` argument #225

Closed k3DW closed 8 months ago

k3DW commented 8 months ago

Creating an intermediate value can be bypassed since we're already given one.