This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [libstdc++] fix (tricksy, wicked, false) sizeof bug in vterminate.cc
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Phil Edwards <phil at jaj dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc_patches at jaj dot com
- Date: 27 Dec 2002 01:52:08 +0100
- Subject: Re: [libstdc++] fix (tricksy, wicked, false) sizeof bug in vterminate.cc
- Organization: Integrable Solutions
- References: <20021226172636.A29214@disaster.jaj.com>
Phil Edwards <phil@jaj.com> writes:
| Is not so good when used like this:
|
| char* dem = __cxa_demangle(name, 0, 0, &status);
|
| writestr("terminate called after throwing an instance of '");
| if (status == 0)
| writestr(dem);
Scary.
Thanks,
-- Gaby