This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: stl_alloc.h
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Cc: Gabriel Dos Reis <gdr at codesourcery dot com>, libstdc++ at gcc dot gnu dot org
- Date: Wed, 21 Nov 2001 10:50:10 -0800 (PST)
- Subject: Re: stl_alloc.h
I'm taking a hard-line purist approach. If it's not a name in the
standard, it should be mangled, period.
I realize this approach is a bit much for some people.
It will make things easier int the future, however.
> What about the typedefs "alloc" and "single_client_alloc"? I just realized
> that neither of those are in the standard either, but I suspect those may
> be used more often (in user code) then the first two.