This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: C++ demangler horrors
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Cc: hjl at lucon dot org, gcc at gcc dot gnu dot org, neroden at twcny dot rr dot com, libstdc++ at gcc dot gnu dot org
- Date: 27 Jun 2003 21:41:13 +0200
- Subject: Re: C++ demangler horrors
- Organization: Integrable Solutions
- References: <20030626170806.GA1119@doctormoo><20030626172655.GA21939@lucon.org><200306261848.OAA24657@caip.rutgers.edu><20030626185150.GD23280@lucon.org><200306261859.OAA26891@caip.rutgers.edu>
"Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> writes:
[...]
| > It uses <vector> and <string>.
| > H.J.
|
| Can't you write mini replacements?
I think it would not be a good idea to take that road.
I would not recommand libstdc++-v3 to include mini implementations of
this or that functionality already part of our standard distribution
each time a source code managment issue surfaces.
-- Gaby