Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56272 - trunk/status
From: sebastian.redl_at_[hidden]
Date: 2009-09-17 08:58:59


Author: cornedbee
Date: 2009-09-17 08:58:58 EDT (Thu, 17 Sep 2009)
New Revision: 56272
URL: http://svn.boost.org/trac/boost/changeset/56272

Log:
Mark up some unusable platforms of PTree.
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 2009-09-17 08:58:58 EDT (Thu, 17 Sep 2009)
@@ -3940,6 +3940,26 @@
 
     </library>
 
+ <library name="property_tree">
+ <mark-unusable>
+ <toolset name="borland-*"/>
+ <note author="Sebastian Redl">Inherited from MultiIndex</note>
+ </mark-unusable>
+ <mark-unusable>
+ <toolset name="sun-5.*"/>
+ <note author="Sebastian Redl">
+ Lots of test failures complaining about the ambiguity of a
+ const and a non-const overload of the same function.
+ </note>
+ </mark-unusable>
+ <mark-unusable>
+ <toolset name="vacpp"/>
+ <note author="Sebastian Redl">
+ This compiler seems to have very broken name lookup.
+ </note>
+ </mark-unusable>
+ </library>
+
      <!-- pointer container -->
     <library name="ptr_container">
         <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