Просмотр исходного кода

Mark toolsets unusable with program_options.

[SVN r22960]
Vladimir Prus 22 лет назад
Родитель
Сommit
f286e551bf
1 измененных файлов с 17 добавлено и 0 удалено
  1. 17 0
      status/explicit-failures-markup.xml

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

@@ -388,6 +388,23 @@
                 </note>
             </mark-failure>
         </test>
+    </library> 
+
+    <!-- program_options -->
+
+    <library name="program_options">
+      <mark-unusable>
+        <toolset name="msvc"/>
+        <toolset name="msvc-stlport"/>
+        <toolset name="borland"/>
+        <toolset name="borland-5.6.4"/>
+        <toolset name="borland-5.5.1"/>
+        <toolset name="vc7"/>
+
+        <note>
+          The compilers have bugs which prevent the library from working.
+        </note>
+      </mark-unusable>
     </library>
 
     <!-- python -->

粤ICP备19079148号