mirror of
https://github.com/boostorg/boost.git
synced 2025-04-15 17:55:02 +00:00
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.
[SVN r67308]
This commit is contained in:
parent
5fd6007929
commit
5b4ee81e1f
1 changed files with 0 additions and 9 deletions
|
@ -2566,15 +2566,6 @@ for more information.
|
|||
<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<T>, for
|
||||
T = optional_swap_test::template_whose_default_ctor_should_be_used<char>.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
||||
<library name="pool">
|
||||
|
|
Loading…
Add table
Reference in a new issue