Changeset 57027

Timestamp:
Oct 20, 2009, 11:05:28 PM (13 years ago)
Author:
Daniel James
Message:

A couple of bug fixes for unordered containers.

Merged revisions 57005-57006 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........

r57005 | danieljames | 2009-10-19 20:24:33 +0100 (Mon, 19 Oct 2009) | 6 lines


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.

........

r57006 | danieljames | 2009-10-19 20:32:09 +0100 (Mon, 19 Oct 2009) | 1 line


Fix allocator for construct from initializer list.

........

(No files)

Note: See TracChangeset for help on using the changeset viewer.