Apply changeset 43864, fixing #1717

[SVN r43871]
This commit is contained in:
Beman Dawes 2008-03-26 17:07:04 +00:00
parent 8ca15b203d
commit d40542107e

View file

@ -3987,6 +3987,21 @@ for more information.
little chance it will handle Boost.Python</blockquote>
</note>
</mark-unusable>
<mark-expected-failures>
<test name="object"/>
<toolset name="intel-10.*"/>
<note author="David Abrahams">
This compiler has a bug that causes silent misbehavior at runtime
when each of an assignment expression follows one of the following patterns:
<em>expr</em><code>.attr(</code><em>name</em><code>)</code>
or <em>expr</em><code>[</code><em>item</em><code>]</code>,
where <em>expr</em>
is-a <code>boost::python::object</code>. We've been
unable to find a workaround.
</note>
</mark-expected-failures>
<mark-expected-failures>
<test name="args"/>
<test name="auto_ptr"/>