mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
Unordered: Failures for compilers without SFINAE expressions.
More to come. [SVN r74120]
This commit is contained in:
parent
38ac4cd5d8
commit
ce7593521a
1 changed files with 16 additions and 0 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue