mirror of
https://github.com/boostorg/unordered.git
synced 2026-02-01 21:12:10 +00:00
There's a bug in the emplace_hint implementation for unordered containers with equivalent keys. Since my tests missed it, I'm just going to use the normal emplace implementation until I write better tests. [SVN r57005]