Browse Source

Restore smart_ptr rvalue fails

[SVN r38215]
Alisdair Meredith 19 years ago
parent
commit
395e169e2e
1 changed files with 10 additions and 1 deletions
  1. 10 1
      status/explicit-failures-markup.xml

+ 10 - 1
status/explicit-failures-markup.xml

@@ -2489,7 +2489,12 @@ for more information.
             <toolset name="msvc-6.5*"/>
             <note refid="31" author="Peter Dimov"/>
         </mark-expected-failures>
-    </library>
+        <mark-expected-failures>
+            <test name="shared_ptr_move_test"/>
+            <toolset name="*"/>
+            <note refid="40" author="Boris Gubenko"/>
+        </mark-expected-failures>
+   </library>
 
     <!-- spirit -->
     <library name="spirit">
@@ -5305,4 +5310,8 @@ for more information.
         This test assumes native typeof support.
     </note>
 
+    <note id="40">
+        This test assumes compiler support for rvalue references.
+    </note>
+
 </explicit-failures-markup>

粤ICP备19079148号