summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorThomas Heller <thom.heller@googlemail.com>2011-04-16 12:16:03 +0000
committerThomas Heller <thom.heller@googlemail.com>2011-04-16 12:16:03 +0000
commit349d8ecb0c0f2edc999f27703451d7b37095b21e (patch)
treecaf752fc949dfafc38fe56bd5a2c19b8db7edff2 /status
parentd708b534eb84a2853aec6627097e3cfb00611438 (diff)
downloadboost-349d8ecb0c0f2edc999f27703451d7b37095b21e.tar.gz
Merged phoenix fixes to release
[SVN r71315]
Diffstat (limited to 'status')
-rw-r--r--status/explicit-failures-markup.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index c188143882..c9ef37669b 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -2604,11 +2604,18 @@ for more information.
<toolset name="sun-5.10"/>
<toolset name="borland-*"/>
<toolset name="vacpp*"/>
- <note author="Thomas Heller" id="phoenix-incompatible compilers">
+ <note author="Thomas Heller" id="phoenix-incompatible-compilers">
These compilers don't work with phoenix.
This is due to the fact that phoenix uses proto
</note>
- </mark-unusable>
+ </mark-unusable>
+ <mark-expected-failures>
+ <test name="member"/>
+ <toolset name="msvc*"/>
+ <note author="Thomas Heller" id="phoenix-operator-member-bug">
+ MSVC seems to have a code generation bug showing up when using operator->* with a member variable
+ </note>
+ </mark-expected-failures>
</library>