Browse Source

Updated failures markup to account for typeof support for Borland

[SVN r39591]
Peder Holt 18 years ago
parent
commit
0b0651fa60
1 changed files with 1 additions and 3 deletions
  1. 1 3
      status/explicit-failures-markup.xml

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

@@ -2596,8 +2596,6 @@ for more information.
     <!-- typeof -->
     <library name="typeof">
         <mark-unusable>
-            <toolset name="borland-5.6*"/>
-            <toolset name="borland-5.8*"/>
             <toolset name="gcc-2.95.*"/>
             <toolset name="sunpro*"/>
             <note author="Arkadiy Vertleyb">
@@ -2614,7 +2612,7 @@ for more information.
                 <toolset name="hp_cxx*"/>
                 <toolset name="sun-5.8"/>
                 <toolset name="dmc*"/>
-                <toolset name="borland-5.9*"/>
+                <toolset name="borland-5*"/>
                 <note author="Arkadiy Vertleyb">
                     Native mode is not supported for this compiler.
                 </note>

粤ICP备19079148号