Просмотр исходного кода

Adapted text of expected optional_test failure on msvc-7.1, following changeset [45265]

[SVN r45296]
Niels Dekker 18 лет назад
Родитель
Сommit
29da56f80c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      status/explicit-failures-markup.xml

+ 2 - 2
status/explicit-failures-markup.xml

@@ -2519,10 +2519,10 @@ for more information.
         <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&lt;T&gt;, for
-            T = optional_swap_test::class_whose_default_ctor_should_be_used.
+            T = optional_swap_test::template_whose_default_ctor_should_be_used&lt;char&gt;.
             </note>
         </mark-expected-failures>
     </library>

粤ICP备19079148号