This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ demangler horrors


On Thu, Jun 26, 2003 at 10:25:24PM +0200, Oscar Fuentes wrote:
> Phil Edwards <phil@jaj.com> writes:
> 
> > I very much doubt if this is going to happen, for three reasons:
> >
> > 1)  Nobody will write a C++ replacement for vector and string.  That's just
> >     unnecessary reinvention of the wheel.
> 
> Hi.
> 
> Some time ago I was forced to write a vector & string replacement. It
> is not highly optimized, nor it has support for allocators, but I'm
> using it on a daily basis. The string is just a vector of chars plus
> the guarantee of a '\0' at the end.
> 
> If you are interested, send me the *files* (not the patches, I'm not a
> gcc developer and I don't want to setup a build environment for it)
> and I'll see if I can make it work.
> 

Here is it is. Just untar and do

# ./configure
# make


H.J.

Attachment: demangler.tar.gz
Description: GNU Zip compressed data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]