Boost C++ Libraries: Ticket #8751: bad_any_cast exception is not visible across dynamic libraries
https://svn.boost.org/trac10/ticket/8751
<p>
<code>bad_any_cast</code> exception must be marked with <code>BOOST_SYMBOL_VISIBLE</code>
</p>
en-us
Boost C++ Libraries
/htdocs/site/boost.png
https://svn.boost.org/trac10/ticket/8751
Trac 1.4.3
-
Antony Polukhin
Tue, 02 Jul 2013 13:08:43 GMT
<link>https://svn.boost.org/trac10/ticket/8751#comment:1 </link>
<guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8751#comment:1</guid>
<description>
<p>
(In <a class="changeset" href="https://svn.boost.org/trac10/changeset/84940" title="Trivial fix of visibility issue (refs #8751)">[84940]</a>) Trivial fix of visibility issue (refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8751" title="#8751: Bugs: bad_any_cast exception is not visible across dynamic libraries (closed: fixed)">#8751</a>)
</p>
</description>
<category>Ticket</category>
</item>
<item>
<dc:creator>Antony Polukhin</dc:creator>
<pubDate>Wed, 24 Jul 2013 15:01:42 GMT</pubDate>
<title>status changed; resolution set
https://svn.boost.org/trac10/ticket/8751#comment:2
https://svn.boost.org/trac10/ticket/8751#comment:2
<ul>
<li><strong>status</strong>
<span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span>
</li>
<li><strong>resolution</strong>
→ <span class="trac-field-new">fixed</span>
</li>
</ul>
<p>
(In <a class="changeset" href="https://svn.boost.org/trac10/changeset/85151" title="Merge from trunk:
* bad_any_cast exception is now visible across ...">[85151]</a>) Merge from trunk:
</p>
<ul><li>bad_any_cast exception is now visible across modules (fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8751" title="#8751: Bugs: bad_any_cast exception is not visible across dynamic libraries (closed: fixed)">#8751</a>)
</li><li>portion of optimizations and tests for rvalues
</li><li>added ability to call any_cast<T&&> (which is equivalent to std::move(any_cast<T&>))
</li><li>added clear() member function
</li><li>added missing BOOST_NOEXCEPT
</li></ul>
Ticket