Browse Source

Boost.Ratio: Set vacpp as unusable


[SVN r68415]
Vicente J. Botet Escriba 15 years ago
parent
commit
348bcde1cf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      status/explicit-failures-markup.xml

+ 2 - 2
status/explicit-failures-markup.xml

@@ -481,7 +481,7 @@
     <!-- chrono -->
     <library name="chrono">
         <mark-unusable>
-            <toolset name="borland"/>
+            <toolset name="borland-*"/>
             <toolset name="vacpp"/>
             <note author="Vicente J. Botet Escriba">
                 The compiler does not support features that are essential for the library.
@@ -4501,7 +4501,7 @@ for more information.
     <library name="ratio">
       <mark-unusable>
         <toolset name="borland-*"/>
-        <toolset name="pathscale*"/>
+        <toolset name="vacpp"/>
         <note author="Vicente J. Botet Escriba">
             The compiler does not support features that are essential for the library.
         </note>

粤ICP备19079148号