Unordered: Remove expected failure.

It looks like Ion's member function detection will work on most
of our test compilers - sunpro isn't working at the moment, but that
might be fixable.

[SVN r74544]
This commit is contained in:
Daniel James 2011-09-24 07:54:12 +00:00
parent 670d19ce32
commit d3c5133bd6

View file

@ -6059,25 +6059,6 @@ These tests will fail in most compilers that don't support rvalue references.
a little inefficient.
</note>
</mark-expected-failures>
<mark-expected-failures>
<test name="minimal_allocator"/>
<toolset name="gcc-3.*"/>
<toolset name="gcc-4.0*"/>
<toolset name="gcc-4.1*"/>
<toolset name="gcc-4.2*"/>
<toolset name="gcc-4.3*"/>
<toolset name="msvc-7.*"/>
<toolset name="msvc-8.*"/>
<toolset name="sun-*"/>
<toolset name="pgi-*"/>
<toolset name="pathscale-*"/>
<toolset name="intel-*"/>
<toolset name="vacpp*"/>
<note author="Daniel James">
This requires SFINAE expressions.
</note>
</mark-expected-failures>
</library>
<!-- utility/enable_if -->