support for noncopyable rvalue ranges using C++0x

[SVN r74584]
This commit is contained in:
Eric Niebler 2011-09-26 18:10:45 +00:00
parent bcd355541b
commit dd167e83e7
2 changed files with 15 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1116c8083336c5721ec04201fd09e7e1d449d274
Subproject commit 697f8082cf3c4e137d615bf31844dbb8e0857aec

View file

@ -1706,6 +1706,16 @@
ADL which these compilers do not support.
</note>
</mark-expected-failures>
<mark-expected-failures>
<test name="noncopyable_rvalue_const"/>
<test name="noncopyable_rvalue_const_r"/>
<test name="noncopyable_rvalue_nonconst"/>
<test name="noncopyable_rvalue_nonconst_r"/>
<toolset name="*"/>
<note refid="50" author="Eric Niebler"/>
</mark-expected-failures>
</library>
<!-- format -->
@ -6695,5 +6705,9 @@ These tests will fail in most compilers that don't support rvalue references.
This test fails because MinGW apparently does not always catch exceptions properly.
</note>
<note id="50">
This test requires C++0x support.
</note>
</explicit-failures-markup>