Browse Source

Boost.Chrono: Added Header Only category

[SVN r68033]
Vicente J. Botet Escriba 15 years ago
parent
commit
ab89b9bddd
1 changed files with 3 additions and 1 deletions
  1. 3 1
      status/explicit-failures-markup.xml

+ 3 - 1
status/explicit-failures-markup.xml

@@ -487,12 +487,14 @@
                 The compiler does not support features that are essential for the library.
             </note>
         </mark-unusable>
-        <test name="*_fail" category="Fail">
+        <test name="*_header" category="Header Only">
         </test>
         <test name="*_static" category="Static Link">
         </test>
         <test name="*_shared" category="Shared Link">
         </test>
+        <test name="*_fail" category="Compile Diagnostic Required">
+        </test>
       
     </library>
 

粤ICP备19079148号