summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2009-06-06 14:05:54 +0000
committerDaniel James <daniel@calamity.org.uk>2009-06-06 14:05:54 +0000
commitb4d50b6b65d73d812b4affddbfd0d5bd94d3deec (patch)
treee87b49d598ad74b594f0e017eb5f436aa28a6614 /status
parent572e38e6c60eaa396e2898408725750482e38cf7 (diff)
downloadboost-b4d50b6b65d73d812b4affddbfd0d5bd94d3deec.tar.gz
Misc. unordered changes. Fixes #3082, #3119.
Merged revisions 53505-53506,53525,53550,53552,53614 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r53505 | danieljames | 2009-05-31 16:50:56 +0100 (Sun, 31 May 2009) | 1 line Disable incorrect Visual C++ 64-bit warnings. Ref #3082. ........ r53506 | danieljames | 2009-05-31 16:53:09 +0100 (Sun, 31 May 2009) | 1 line Remove misplaced visual C++ warning pragma. ........ r53525 | danieljames | 2009-06-01 07:50:37 +0100 (Mon, 01 Jun 2009) | 1 line Fix tests for when the library has support for initializer lists but the compiler doesn't. ........ r53550 | danieljames | 2009-06-01 20:17:49 +0100 (Mon, 01 Jun 2009) | 1 line Get the type of the initializer_list right. ........ r53552 | danieljames | 2009-06-01 20:22:27 +0100 (Mon, 01 Jun 2009) | 1 line Fix the unordered_map declaration in the tutorial. Fixes #3119. ........ r53614 | danieljames | 2009-06-03 23:48:49 +0100 (Wed, 03 Jun 2009) | 1 line The move tests pass on 64 bit visual c++. ........ [SVN r53687]
Diffstat (limited to 'status')
-rw-r--r--status/explicit-failures-markup.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index 6ae26c63d4..48b51859c4 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -5750,7 +5750,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-*"/>