Re: [Boost-bugs] [Boost C++ Libraries] #8382: Add a C++11 conforming make_exception_ptr

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8382: Add a C++11 conforming make_exception_ptr
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-04-04 03:10:25


#8382: Add a C++11 conforming make_exception_ptr
-------------------------------+--------------------------------------------
  Reporter: viboes | Owner: emildotchevski
      Type: Feature Requests | Status: new
 Milestone: To Be Determined | Component: exception
   Version: Boost 1.53.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Description changed by viboes:

Old description:

> template<class E>
> exception_ptr make_exception_ptr(E e) noexcept;

New description:

 {{{
 template<class E>
 exception_ptr make_exception_ptr(E e) BOOST_NOEXCEPT;
 }}}

--
-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8382#comment:1>
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:12 UTC