This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Threadsafe locale initialization
In article <20031002111509.40a1b05d.bkoz@redhat.com>,
Benjamin Kosnik <bkoz@redhat.com> writes:
>> From gthr.h, it looks like __gthread_active_p always returns true if
> __GTHREADS. Maybe I'm wrong?
> Anyway.
> I'd really like bits/stl_threads.h to be killed entirely, and code
> including it to be changed to use bits/gthr.h.
I'd agree with this since there is an extra level of needless
indirection (at one point we kept the pretense of being able to
remerge from SGI). I might have time before 3.4 is locked.
Loren