$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: nielsdekker_at_[hidden]
Date: 2008-05-12 09:38:41
Author: niels_dekker
Date: 2008-05-12 09:38:41 EDT (Mon, 12 May 2008)
New Revision: 45296
URL: http://svn.boost.org/trac/boost/changeset/45296
Log:
Adapted text of expected optional_test failure on msvc-7.1, following changeset [45265]
Text files modified: 
   trunk/status/explicit-failures-markup.xml |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml	(original)
+++ trunk/status/explicit-failures-markup.xml	2008-05-12 09:38:41 EDT (Mon, 12 May 2008)
@@ -2519,10 +2519,10 @@
         <mark-expected-failures>
             <test name="optional_test"/>
             <toolset name="msvc-7.1"/>
-            <note author="Niels Dekker" date="2008-04-28">
+            <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<T>, for
-            T = optional_swap_test::class_whose_default_ctor_should_be_used.
+            T = optional_swap_test::template_whose_default_ctor_should_be_used<char>.
             </note>
         </mark-expected-failures>
     </library>