Browse Source

Use normal emplace implementation for emplace_hint and insert with hint.

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]
Daniel James 17 years ago
parent
commit
7e66f6a13c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/unordered

+ 1 - 1
libs/unordered

@@ -1 +1 @@
-Subproject commit 6c24cccf96d6b59930078675783f179498401fa9
+Subproject commit 8d4b503e56bada1418f7f80bcbd9f59bfb31ca36

粤ICP备19079148号