Browse Source

marked multi_index unusable on GCC 2.95.3 STLport 4.5.3 under Linux

[SVN r23371]
Joaquín M. López Muñoz 22 years ago
parent
commit
643ef1f277
1 changed files with 11 additions and 0 deletions
  1. 11 0
      status/explicit-failures-markup.xml

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

@@ -185,6 +185,17 @@
             <toolset name="borland-5.6.4"/>
             <note author="J. L&#243;pez" date="05 Jul 2004" refid="17"/>
         </mark-unusable>
+        <mark-unusable>
+            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
+            <note author="J. L&#243;pez" date="06 Jul 2004">
+                <p>
+                Instantations of <code>multi_index_container</code> fail with
+                a cryptic error, rendering the library unusable in this
+                compiler. How easy would it be to fix the problem, I haven't
+                explored myself. Other problems may also lurk after this one.
+                </p>
+            </note>
+        </mark-unusable>
     </library>
 
     <!-- spirit -->

粤ICP备19079148号