Subject: [Boost-bugs] [Boost C++ Libraries] #8852: unreferenced parameter warning
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-07-18 18:25:47
#8852: unreferenced parameter warning
------------------------------+----------------------------
Reporter: alex@⦠| Owner: emildotchevski
Type: Bugs | Status: new
Milestone: To Be Determined | Component: exception
Version: Boost 1.53.0 | Severity: Problem
Keywords: |
------------------------------+----------------------------
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.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8852> 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