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: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- Cc: libstdc++ at gcc dot gnu dot org, pedwards at disaster dot jaj dot com
- Date: Wed, 28 Nov 2001 11:02:33 -0800 (PST)
- Subject: Re: stl_alloc.h
> In addition to the issues you raised about the SGI STL: I would also
> support removing all threading support other than the gthread path
> (this is our abstraction layer and is portable to other compilers in
> case anyone wants to raise that issue). Since there is a ``null''
> gthread plugin, I would support making it the one and only code path
> to radically simplify things. Supporting the older SGI
> non-abstraction for mutex locking buys us nothing but pain. Keeping
Agreed.