The move tests pass on 64 bit visual c++.

[SVN r53614]
This commit is contained in:
Daniel James 2009-06-03 22:48:49 +00:00
parent b42bdffe92
commit 28786fe42d

View file

@ -5651,7 +5651,12 @@ With aC++, the tests compile cleanly in strict ansi mode and succeed.
<library name="unordered">
<mark-expected-failures>
<test name="move_tests"/>
<toolset name="msvc-*"/>
<toolset name="msvc-6*"/>
<toolset name="msvc-7*"/>
<toolset name="msvc-8*"/>
<toolset name="msvc-9.0"/>
<toolset name="msvc-9.0express"/>
<toolset name="msvc-10.0"/>
<toolset name="intel-win-10.1"/>
<toolset name="borland-*"/>
<toolset name="sun-*"/>