Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68033 - trunk/status
From: vicente.botet_at_[hidden]
Date: 2011-01-12 00:49:55


Author: viboes
Date: 2011-01-12 00:49:48 EST (Wed, 12 Jan 2011)
New Revision: 68033
URL: http://svn.boost.org/trac/boost/changeset/68033

Log:
Boost.Chrono: Added Header Only category

Text files modified:
   trunk/status/explicit-failures-markup.xml | 4 +++-
   1 files changed, 3 insertions(+), 1 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2011-01-12 00:49:48 EST (Wed, 12 Jan 2011)
@@ -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>
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk