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)

regex-warnings.patch (372 bytes ) - added by Jeremiah Willcock 13 years ago.

Download all attachments as: .zip

Change History (3)

by Jeremiah Willcock, 13 years ago

Attachment: regex-warnings.patch added

comment:1 by Jeremiah Willcock, 13 years ago

I can commit this myself if you would like.

comment:2 by John Maddock, 13 years ago

Resolution: fixed
Status: newclosed

(In [53274]) GCC warning suppression fixes. Fixes #3071.

Note: See TracTickets for help on using tickets.