[Boost-bugs] [Boost C++ Libraries] #9715: Converting std:exception_ptr to boost:exception_ptr

Subject: [Boost-bugs] [Boost C++ Libraries] #9715: Converting std:exception_ptr to boost:exception_ptr
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-02-26 09:47:25


#9715: Converting std:exception_ptr to boost:exception_ptr
------------------------------+----------------------------
 Reporter: anonymous | Owner: emildotchevski
     Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: exception
  Version: Boost 1.55.0 | Severity: Problem
 Keywords: |
------------------------------+----------------------------
 Please provide a way to convert std::exception_ptr to boost::exception_ptr
 (if std::exception_ptr is available of course).

 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.

 See also:
 http://stackoverflow.com/questions/22010388/converting-stdexception-ptr-
 to-boostexception-ptr

 Would it be possible to typedef std::exception_ptr as boost::exception_ptr
 if boost is compiled with C++11?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9715>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:15 UTC