|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r67720 - trunk/status
From: vicente.botet_at_[hidden]
Date: 2011-01-06 09:38:08
Author: viboes
Date: 2011-01-06 09:38:08 EST (Thu, 06 Jan 2011)
New Revision: 67720
URL: http://svn.boost.org/trac/boost/changeset/67720
Log:
Boost.Ratio/Chrono: Mark Borland and Pathscale compilers as unusable
The compiler does not support features that are essential for the library.
Text files modified:
trunk/status/explicit-failures-markup.xml | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2011-01-06 09:38:08 EST (Thu, 06 Jan 2011)
@@ -478,6 +478,17 @@
</test>
</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 -->
<library name="circular_buffer">
<mark-expected-failures>
@@ -4448,6 +4459,10 @@
<library name="ratio">
<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>
<mark-expected-failures>
<test name="mpl_plus_pass"/>
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