mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
[phoenix] fixed some gcc 4.4 hickups, added expected failures
[SVN r71267]
This commit is contained in:
parent
67428284ea
commit
6f4d72c242
1 changed files with 9 additions and 2 deletions
|
@ -2693,11 +2693,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>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue