mirror of
https://github.com/boostorg/unordered.git
synced 2026-01-31 08:42:21 +00:00
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. [SVN r70028]