Opened 6 years ago
Closed 6 years ago
#12288 closed Bugs (wontfix)
Implicit virtual functions in exception.hpp
Reported by: | 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 , 6 years ago
comment:2 by , 6 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Need compiler version and exact command line.
Note:
See TracTickets
for help on using tickets.
Which compiler is that? What OS?