Procházet zdrojové kódy

mark up dependent_type failures on gcc-2.95

[SVN r30710]
Eric Niebler před 20 roky
rodič
revize
0f5a1404e7
1 změnil soubory, kde provedl 9 přidání a 0 odebrání
  1. 9 0
      status/explicit-failures-markup.xml

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

@@ -886,6 +886,15 @@
                 rvalues.
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="dependent_type"/>
+            <toolset name="gcc-2.95.3*"/>
+            <note author="Eric Niebler">
+                These compilers cannot handle BOOST_FOREACH
+                in a template, where the collection type
+                depends on a template parameter.
+            </note>
+        </mark-expected-failures>
         <mark-expected-failures>
             <test name="user_defined"/>
             <toolset name="cw-9_5-darwin"/>

粤ICP备19079148号