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

Mark borland 5.6.* and 5.8.* as unusable for asio.

[SVN r40382]
Christopher Kohlhoff 18 лет назад
Родитель
Сommit
dae465b436
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      status/explicit-failures-markup.xml

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

@@ -147,6 +147,18 @@
         </test>
         </test>
     </library>
     </library>
 
 
+    <!-- asio -->
+    <library name="asio">
+      <mark-unusable>
+        <toolset name="borland-5.6*"/>
+        <toolset name="borland-5.8*"/>
+        <note author="Chris Kohlhoff">
+            This compiler does not support enable_if, which is needed by the
+            Boost.System library on which Boost.Asio depends.
+        </note>
+      </mark-unusable>
+    </library>
+
     <!-- assign -->
     <!-- assign -->
     <library name="assign">
     <library name="assign">
         <mark-unusable>
         <mark-unusable>

粤ICP备19079148号