Boost logo

Boost-Commit :

From: chris_at_[hidden]
Date: 2007-10-23 18:32:11


Author: chris_kohlhoff
Date: 2007-10-23 18:32:11 EDT (Tue, 23 Oct 2007)
New Revision: 40382
URL: http://svn.boost.org/trac/boost/changeset/40382

Log:
Mark borland 5.6.* and 5.8.* as unusable for asio.

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

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2007-10-23 18:32:11 EDT (Tue, 23 Oct 2007)
@@ -147,6 +147,18 @@
         </test>
     </library>
 
+ <!-- asio -->
+ <library name="asio">
+ <mark-unusable>
+ <toolset name="borland-5.6*"/>
+ <toolset name="borland-5.8*"/>
+ <note author="Chris Kohlhoff">
+ This compiler does not support enable_if, which is needed by the
+ Boost.System library on which Boost.Asio depends.
+ </note>
+ </mark-unusable>
+ </library>
+
     <!-- assign -->
     <library name="assign">
         <mark-unusable>


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