Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67308 - trunk/status
From: andrey.semashev_at_[hidden]
Date: 2010-12-18 16:36:16


Author: andysem
Date: 2010-12-18 16:36:15 EST (Sat, 18 Dec 2010)
New Revision: 67308
URL: http://svn.boost.org/trac/boost/changeset/67308

Log:
Removed optional/test/optional_test.cpp failure markup on MSVC 7.1. The code for swap now uses Boost.Utility.Swap, which has the workaround for this compiler.

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

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2010-12-18 16:36:15 EST (Sat, 18 Dec 2010)
@@ -2566,15 +2566,6 @@
             <toolset name="gcc-3_3-darwin"/>
             <note author="Fernando Cacciola" refid="2"/>
         </mark-expected-failures>
- <mark-expected-failures>
- <test name="optional_test"/>
- <toolset name="msvc-7.1"/>
- <note author="Niels Dekker" date="2008-05-12">
- MSVC 2003 (7.1) does not always do argument-dependent lookup (ADL), when it should.
- This causes test failures when swapping boost::optional&lt;T&gt;, for
- T = optional_swap_test::template_whose_default_ctor_should_be_used&lt;char&gt;.
- </note>
- </mark-expected-failures>
     </library>
 
     <library name="pool">


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