When !defined(_LIBCPP_DEBUG), unordered_map::emplace_hint() forwards
to emplace(). Do the same when defined(_LIBCPP_DEBUG).
This has no real functionality change, just unifies the logic as a
prep commit.
Differential D16791
unordered_map: Match emplace_hint logic when _LIBCPP_DEBUG, NFC dexonsmith on Feb 1 2016, 5:41 PM. Authored by
Details
When !defined(_LIBCPP_DEBUG), unordered_map::emplace_hint() forwards This has no real functionality change, just unifies the logic as a
Diff Detail |