Explorar o código

merge [74584] from trunk, fixes #5475

[SVN r74591]
Eric Niebler %!s(int64=14) %!d(string=hai) anos
pai
achega
c27574e376
Modificáronse 2 ficheiros con 15 adicións e 1 borrados
  1. 1 1
      libs/foreach
  2. 14 0
      status/explicit-failures-markup.xml

+ 1 - 1
libs/foreach

@@ -1 +1 @@
-Subproject commit 11dc423e18ea5c06520b5317e13adfa5ad36e645
+Subproject commit 109f21af2e3c917c038711a320e7359d32253fda

+ 14 - 0
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>
 

粤ICP备19079148号