Unordered: Failures for compilers without SFINAE expressions.

More to come.

[SVN r74120]
This commit is contained in:
Daniel James 2011-08-29 09:41:25 +00:00
parent 38ac4cd5d8
commit ce7593521a

View file

@ -6058,6 +6058,22 @@ 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-*"/>
<note author="Daniel James">
This requires SFINAE expressions.
</note>
</mark-expected-failures>
</library>
<!-- utility/enable_if -->