Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74120 - trunk/status
From: dnljms_at_[hidden]
Date: 2011-08-29 05:41:26


Author: danieljames
Date: 2011-08-29 05:41:25 EDT (Mon, 29 Aug 2011)
New Revision: 74120
URL: http://svn.boost.org/trac/boost/changeset/74120

Log:
Unordered: Failures for compilers without SFINAE expressions.

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

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2011-08-29 05:41:25 EDT (Mon, 29 Aug 2011)
@@ -6058,6 +6058,22 @@
             a little inefficient.
         </note>
       </mark-expected-failures>
+
+ <mark-expected-failures>
+ <test name="minimal_allocator"/>
+ <toolset name="gcc-3.*"/>
+ <toolset name="gcc-4.0*"/>
+ <toolset name="gcc-4.1*"/>
+ <toolset name="gcc-4.2*"/>
+ <toolset name="gcc-4.3*"/>
+ <toolset name="msvc-7.*"/>
+ <toolset name="msvc-8.*"/>
+ <toolset name="sun-*"/>
+ <toolset name="pgi-*"/>
+ <note author="Daniel James">
+ This requires SFINAE expressions.
+ </note>
+ </mark-expected-failures>
     </library>
 
     <!-- utility/enable_if -->


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