This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: more non-useless destructors desired
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: theonetruekenny at yahoo dot com
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Sat, 21 Mar 2009 18:41:08 +0100
- Subject: Re: more non-useless destructors desired
- References: <813521.54070.qm@web51505.mail.re2.yahoo.com>
Hi,
> Is there some reason why these should not have explicit destructors too? Is it too late to add them due to ABI issues?
>
first blush, I believe this change could be doable, because the
destructors already exist and are exported by the library anyway, only
as "W" instead of "T". Did you experiment already with actually
declaring / defining such destructors in stdexcept / stdexcept.cc?
Paolo.