Browse Source

STLport just doesn't deal with the templated locale constructor correctly

[SVN r24133]
Douglas Gregor 22 years ago
parent
commit
c633365276
1 changed files with 10 additions and 0 deletions
  1. 10 0
      status/explicit-failures-markup.xml

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

@@ -353,6 +353,16 @@
         </mark-unusable>
     </library>
 
+    <!-- logic -->
+    <library name="logic">
+      <test name="tribool_io_test">
+        <mark-failure>
+          <toolset name="msvc-stlport"/>
+          <note author="Douglas Gregor" date="27 Jul 2004" refid="4"/>
+        </mark-failure>
+      </test>
+    </library>
+
     <!-- multi_array -->
     <library name="multi_array">
         <mark-unusable>

粤ICP备19079148号