Detail: Mark up some more container_fwd failures.

[SVN r76559]
This commit is contained in:
Daniel James 2012-01-17 18:34:46 +00:00
parent e0c3cfdd7c
commit 01a0b11751

View file

@ -1410,11 +1410,14 @@
<toolset name="gcc-4.6*"/>
<toolset name="gcc-4.7*"/>
<toolset name="gcc-mingw-*"/>
<toolset name="darwin-4.2"/>
<toolset name="darwin-4.2*"/>
<toolset name="darwin-4.3*"/>
<toolset name="darwin-4.4*"/>
<toolset name="clang-darwin-trunk"/>
<toolset name="clang-darwin-normal"/>
<toolset name="clang-darwin-linux-2.9"/>
<toolset name="intel-linux-*"/>
<toolset name="intel-darwin-*"/>
<note author="Daniel James">
GCC's libstdc++ has a versioned namespace feature which breaks
container forwarding. I don't know how to detect it so I'm just
@ -1447,6 +1450,7 @@
<test name="container_fwd_debug"/>
<toolset name="clang-darwin-0x"/>
<toolset name="clang-darwin-normal"/>
<toolset name="clang-darwin-trunk"/>
<note author="Daniel James">
Some old versions of GCC's libstdc++ don't work on clang with
_GLIBCXX_DEBUG defined.