Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70791 - in trunk: boost/phoenix/stl/container status
From: thom.heller_at_[hidden]
Date: 2011-03-31 12:49:34


Author: theller
Date: 2011-03-31 12:49:33 EDT (Thu, 31 Mar 2011)
New Revision: 70791
URL: http://svn.boost.org/trac/boost/changeset/70791

Log:
[phoenix]
    - fixed container_tests6a failure for MSVC 10

[spirit]
    - Added some known failing compilers
Text files modified:
   trunk/boost/phoenix/stl/container/container.hpp | 2 +-
   trunk/status/explicit-failures-markup.xml | 8 ++++++--
   2 files changed, 7 insertions(+), 3 deletions(-)

Modified: trunk/boost/phoenix/stl/container/container.hpp
==============================================================================
--- trunk/boost/phoenix/stl/container/container.hpp (original)
+++ trunk/boost/phoenix/stl/container/container.hpp 2011-03-31 12:49:33 EDT (Thu, 31 Mar 2011)
@@ -299,7 +299,7 @@
                             typename remove_reference<Arg1>::type
                           , typename iterator_of<C>::type
>
-#if defined(BOOST_MSVC) && (BOOST_MSVC <= 1500)
+#if defined(BOOST_MSVC)// && (BOOST_MSVC <= 1500)
                       , iterator_of<C>
 #else
                       , boost::mpl::identity<void>

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2011-03-31 12:49:33 EDT (Thu, 31 Mar 2011)
@@ -2978,8 +2978,12 @@
     <!-- spirit (v2) -->
     <library name="spirit">
       <mark-unusable>
- <toolset name="borland-cb2009"/>
- <toolset name="borland-cb2010"/>
+ <toolset name="sun-5.7"/>
+ <toolset name="sun-5.8"/>
+ <toolset name="sun-5.9"/>
+ <toolset name="sun-5.10"/>
+ <toolset name="vacpp*"/>
+ <toolset name="borland-*"/>
       </mark-unusable>
     </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