Boost logo

Boost-Commit :

From: bdawes_at_[hidden]
Date: 2007-11-08 08:01:23


Author: bemandawes
Date: 2007-11-08 08:01:23 EST (Thu, 08 Nov 2007)
New Revision: 40928
URL: http://svn.boost.org/trac/boost/changeset/40928

Log:
Markup older Borland compilers that don't support enable_if
Text files modified:
   trunk/status/explicit-failures-markup.xml | 20 ++++++++++++++++++++
   1 files changed, 20 insertions(+), 0 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2007-11-08 08:01:23 EST (Thu, 08 Nov 2007)
@@ -1274,6 +1274,14 @@
     <!-- filesystem -->
     <library name="filesystem">
         <mark-unusable>
+ <toolset name="borland-5.6*"/>
+ <toolset name="borland-5.8*"/>
+ <note author="Beman Dawes">
+ This compiler does not support enable_if, which is needed by the
+ Boost.System library on which Boost.Filesystem depends.
+ </note>
+ </mark-unusable>
+ <mark-unusable>
             <toolset name="intel-7.1-linux"/>
             <toolset name="intel-7.1-stdlib-default-linux"/>
             <note author="Aleksey Gurtovoy">
@@ -4323,6 +4331,18 @@
         </test>
     </library>
 
+ <!-- system -->
+ <library name="system">
+ <mark-unusable>
+ <toolset name="borland-5.6*"/>
+ <toolset name="borland-5.8*"/>
+ <note author="Beman Dawes">
+ This compiler does not support enable_if, which is required
+ by Boost.System.
+ </note>
+ </mark-unusable>
+ </library>
+
     <!-- test -->
     <library name="test">
         <mark-expected-failures>


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