Boost C++ Libraries: Ticket #3071: Warnings about missing virtual destructors https://svn.boost.org/trac10/ticket/3071 <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3071 Trac 1.4.3 Jeremiah Willcock Sun, 24 May 2009 01:17:08 GMT attachment set https://svn.boost.org/trac10/ticket/3071 https://svn.boost.org/trac10/ticket/3071 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">regex-warnings.patch</span> </li> </ul> Ticket Jeremiah Willcock Sun, 24 May 2009 01:17:43 GMT <link>https://svn.boost.org/trac10/ticket/3071#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3071#comment:1</guid> <description> <p> I can commit this myself if you would like. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Tue, 26 May 2009 08:31:31 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3071#comment:2 https://svn.boost.org/trac10/ticket/3071#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/53274" title="GCC warning suppression fixes. Fixes #3071.">[53274]</a>) GCC warning suppression fixes. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3071" title="#3071: Bugs: Warnings about missing virtual destructors (closed: fixed)">#3071</a>. </p> Ticket