You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, emplace returns a pair for containers with unique keys, and we pick the iterator part of that pair. It's still "the" iterator returned by emplace, since the other part of the pair is a boolean, thus not an iterator.
Then perhaps the "Returns" paragraph under a_uniq.emplace(args) should say "the returned iterator" for consistency, just like it already does under try_emplace throughout [containers].
The text was updated successfully, but these errors were encountered: