Browse Source

More libraries unusable on SunPro 5.3

[SVN r28043]
Douglas Gregor 21 years ago
parent
commit
7384ccba5a
1 changed files with 8 additions and 0 deletions
  1. 8 0
      status/explicit-failures-markup.xml

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

@@ -38,6 +38,13 @@
 
     <!-- /////////////// Libraries /////////////// -->
 
+    <!-- minmax -->
+    <library name="algorithm/minmax">
+      <mark-unusable>
+        <toolset name="sunpro-5_3"/>
+      </mark-unusable>
+    </library>
+
     <!-- string_algo -->
     <library name="algorithm/string">
         <mark-unusable>
@@ -49,6 +56,7 @@
             <toolset name="gcc-2.95.3-linux"/>
             <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
             <toolset name="mipspro"/>
+            <toolset name="sunpro-5_3"/>
             <note author="P.Droba">
 		        The compiler does not support features that are essential for the library.
             </note>

粤ICP备19079148号