Changeset 70028

Timestamp:
Mar 16, 2011, 9:34:08 PM (12 years ago)
Author:
Daniel James
Message:

Don't require explicit conversion in pairs in unordered's insert tests.

In the draft standard the std::pair constructor from another pair is
only considered when overloading if both members are implicitly
constructible to their corresponding members. This breaks one of the
unordered tests which required an explicit conversion, so change it to
only require an implicit conversion.

(No files)

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