Opened 13 years ago
Closed 13 years ago
#3071 closed Bugs (fixed)
Warnings about missing virtual destructors
Reported by: | Jeremiah Willcock | Owned by: | John Maddock |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | regex |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | Cc: |
Description
When compiling the trunk version of Boost.Regex in an application using GCC 4.0.1, there are several warnings about classes with virtual methods but non-virtual destructors. I have attached a patch that fixes all of the ones I saw.
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | regex-warnings.patch added |
---|
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I can commit this myself if you would like.