Index: test/std/containers/unord/iterator_difference_type.pass.cpp =================================================================== --- test/std/containers/unord/iterator_difference_type.pass.cpp +++ test/std/containers/unord/iterator_difference_type.pass.cpp @@ -52,10 +52,10 @@ template void testUnorderedSet() { - static_assert((std::is_same::value), ""); - static_assert((std::is_same::value), ""); + static_assert((std::is_convertible::value), ""); + static_assert((std::is_convertible::value), ""); typedef typename Set::difference_type Diff; { typedef typename Set::iterator It;