summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------libs/foreach0
-rw-r--r--status/explicit-failures-markup.xml14
2 files changed, 14 insertions, 0 deletions
diff --git a/libs/foreach b/libs/foreach
-Subproject 11dc423e18ea5c06520b5317e13adfa5ad36e64
+Subproject 109f21af2e3c917c038711a320e7359d32253fd
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index eaac2c9671..03d5909362 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -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>