Subject: [Boost-bugs] [Boost C++ Libraries] #12288: Implicit virtual functions in exception.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-06-21 12:49:42
#12288: Implicit virtual functions in exception.hpp
---------------------------------+----------------------------
Reporter: manuel.freiberger@⦠| Owner: emildotchevski
Type: Bugs | Status: new
Milestone: To Be Determined | Component: exception
Version: Boost 1.61.0 | Severity: Problem
Keywords: |
---------------------------------+----------------------------
Hello,
The file boost/exception/exception.hpp contains some functions, which
are implicitly virtual (due to inheritance) but are not marked as
such. Our compiler produces warnings for these:
{{{
boost/exception/exception.hpp:336: ~error_info_injector()
boost/exception/exception.hpp:462: ~clone_impl()
boost/exception/exception.hpp:469: clone()
boost/exception/exception.hpp:475: rethrow()
}}}
Kind regards,
Manuel
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12288> 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:20 UTC