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

Boost.Ratio/Chrono: Mark Borland and Pathscale compilers as unusable

            The compiler does not support features that are essential for the library.


[SVN r67720]
Vicente J. Botet Escriba 15 лет назад
Родитель
Сommit
7945168902
1 измененных файлов с 15 добавлено и 0 удалено
  1. 15 0
      status/explicit-failures-markup.xml

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

@@ -478,6 +478,17 @@
         </test>
         </test>
     </library>
     </library>
 
 
+    <!-- chrono -->
+    <library name="chrono">
+      <mark-unusable>
+        <toolset name="borland-*"/>
+        <toolset name="pathscale*"/>
+        <note author="Vicente J. Botet Escriba">
+            The compiler does not support features that are essential for the library.
+        </note>
+      </mark-unusable>
+    </library>
+
     <!-- circular_buffer -->
     <!-- circular_buffer -->
     <library name="circular_buffer">
     <library name="circular_buffer">
         <mark-expected-failures>
         <mark-expected-failures>
@@ -4448,6 +4459,10 @@ for more information.
     <library name="ratio">
     <library name="ratio">
       <mark-unusable>
       <mark-unusable>
         <toolset name="borland-*"/>
         <toolset name="borland-*"/>
+        <toolset name="pathscale*"/>
+        <note author="Vicente J. Botet Escriba">
+            The compiler does not support features that are essential for the library.
+        </note>
       </mark-unusable>
       </mark-unusable>
         <mark-expected-failures>
         <mark-expected-failures>
             <test name="mpl_plus_pass"/>
             <test name="mpl_plus_pass"/>

粤ICP备19079148号