This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: refcounting basic_string<> and thread safety
- To: Steinar Bang <sb@metis.no>
- Subject: Re: refcounting basic_string<> and thread safety
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Tue, 22 Jun 1999 23:31:43 -0700 (PDT)
- cc: libstdc++@sourceware.cygnus.com
> I'm guessing that the current refcounting <string> with gcc/egcs
> library isn't thread safe?
Perhaps.
It's certainly the intention of v-3's string class: Nathan should be
able to provide the definitive answer.
-benjamin