Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72479 - trunk/status
From: dnljms_at_[hidden]
Date: 2011-06-07 18:29:03


Author: danieljames
Date: 2011-06-07 18:29:02 EDT (Tue, 07 Jun 2011)
New Revision: 72479
URL: http://svn.boost.org/trac/boost/changeset/72479

Log:
Iostreams: Mark up expected failure for Visual C++ 7.1
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 2011-06-07 18:29:02 EDT (Tue, 07 Jun 2011)
@@ -2266,6 +2266,18 @@
               ptrdiff_t, which is an alias for a 32-bit type
             </note>
         </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="path_test_filesystem2"/>
+ <toolset name="msvc-7.1"/>
+ <note author="Daniel James" date="07 Jun 2011">
+ Visual C++ 7.1's SFINAE implementation can't deal with multiple
+ assignment functions with the same parameters (but disabled with
+ SFINAE). So path's assignment from boost::filesystem2::path is
+ disabled. Would be pretty easy to workaround, but probably not
+ worth it since this is pretty obscure, and filesystem2 will be
+ removed soon.
+ </note>
+ </mark-expected-failures>
     </library>
 
     <!-- lambda -->


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