Opened 6 years ago

Closed 6 years ago

#12288 closed Bugs (wontfix)

Implicit virtual functions in exception.hpp

Reported by: manuel.freiberger@… Owned by: Emil Dotchevski
Milestone: To Be Determined Component: exception
Version: Boost 1.61.0 Severity: Problem
Keywords: Cc:

Description

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

Change History (2)

comment:1 by Emil Dotchevski, 6 years ago

Which compiler is that? What OS?

comment:2 by Emil Dotchevski, 6 years ago

Resolution: wontfix
Status: newclosed

Need compiler version and exact command line.

Note: See TracTickets for help on using tickets.