id summary reporter owner description type status milestone component version severity resolution keywords cc 9715 Converting std:exception_ptr to boost:exception_ptr anonymous Emil Dotchevski "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? " Feature Requests new To Be Determined exception Boost 1.55.0 Problem ikispal@…