Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8852: unreferenced parameter warning
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-07-18 20:55:16
#8852: unreferenced parameter warning
-------------------------------+----------------------------
Reporter: alex@⦠| Owner: emildotchevski
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: exception
Version: Boost 1.53.0 | Severity: Problem
Resolution: fixed | Keywords:
-------------------------------+----------------------------
Changes (by emildotchevski):
* status: new => closed
* resolution: => fixed
Old description:
> In boost\exception\detail\clone_current_exception.hpp(36):
>
> {{{
> inline
> int
> clone_current_exception( clone_base const * & cloned )
> {
> #ifdef BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR
> return clone_current_exception_non_intrusive(cloned);
> #else
> return clone_current_exception_result::not_supported;
> #endif
> }
> }
> }}}
>
> Easy to fix bug, will upload patch.
New description:
Fixed in trunk revision 85076.
-- -- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8852#comment:3> 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:13 UTC