Browse Source

foreach failures are due to boost.range failures

[SVN r31271]
Eric Niebler 20 years ago
parent
commit
d68ff5c813
1 changed files with 10 additions and 0 deletions
  1. 10 0
      status/explicit-failures-markup.xml

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

@@ -960,6 +960,16 @@
                 depends on a template parameter.
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="user_defined"/>
+            <toolset name="vc-6_5*"/>
+            <toolset name="vc-7_0*"/>
+            <note author="Eric Niebler">
+                This failure is because the Boost.Range extension
+                mechanism is broken on these compilers. It requires
+                ADL which these compilers do not support.
+            </note>
+        </mark-expected-failures>
     </library>
 
     <!-- format -->

粤ICP备19079148号