mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
parent
8ca15b203d
commit
d40542107e
1 changed files with 15 additions and 0 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue