mirror of
https://github.com/boostorg/unordered.git
synced 2026-07-10 18:40:58 +02:00
d9c49a6cde
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]