|
|
@@ -1678,6 +1678,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 -->
|
|
|
@@ -6617,5 +6627,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>
|
|
|
|