Boost C++ Libraries: Ticket #9715: Converting std:exception_ptr to boost:exception_ptr https://svn.boost.org/trac10/ticket/9715 <p> Please provide a way to convert std::exception_ptr to boost::exception_ptr (if std::exception_ptr is available of course). </p> <p> This would important for users who do not want to wrap all of their throws in enable_current_exception() and/or use std::exception_ptr in other parts of their code, but forced to use boost::exception_ptr in their public interface of other boost libraries. </p> <p> See also: <a class="ext-link" href="http://stackoverflow.com/questions/22010388/converting-stdexception-ptr-to-boostexception-ptr"><span class="icon">​</span>http://stackoverflow.com/questions/22010388/converting-stdexception-ptr-to-boostexception-ptr</a> </p> <p> Would it be possible to typedef std::exception_ptr as boost::exception_ptr if boost is compiled with C++11? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9715 Trac 1.4.3 ikispal@… Wed, 26 Feb 2014 09:47:47 GMT cc set https://svn.boost.org/trac10/ticket/9715#comment:1 https://svn.boost.org/trac10/ticket/9715#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">ikispal@…</span> added </li> </ul> Ticket