This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
FW: type_info::name question
- To: "'egcs at cygnus dot com'" <egcs at cygnus dot com>
- Subject: FW: type_info::name question
- From: Jan Reimers <janr at molienergy dot bc dot ca>
- Date: Tue, 13 Oct 1998 10:39:43 -0700
This should be optional. Demangled names contain spaces (i.e.
Array<complex<double> >), this will break code that uses type_info::name
for unpickling persistent objects.
> ----------
> From: Jason Merrill[SMTP:jason@cygnus.com]
> Sent: Sunday, October 11, 1998 1:12 PM
> To: kunert@physik.tu-dresden.de; egcs@cygnus.com
> Subject: Re: type_info::name question
>
> How would people feel about including the demangler in libgcc, and
> calling
> from type_info::name?
>
> Jason
>