From mboxrd@z Thu Jan 1 00:00:00 1970 From: dvv@egcs.dvv.ru (Dima Volodin) To: "Richard M. Romanowski" Cc: gcc@gcc.gnu.org Subject: Re: Is any version of GCC STL thread-safe? Date: Wed, 11 Jul 2001 12:11:00 -0000 Message-id: <3b4da3c6.363841167@busybee> References: X-SW-Source: 2001-07/msg00966.html On Wed, 11 Jul 2001 11:04:36 -0500 (CDT), you wrote: > >Hello. >I work with gcc 2.8.1 and I am considering going to >gcc 2.9.5 or gcc 3.0; I was wondering whether any >version of STL for GCC is known to be thread-safe. You might want to check http://www.stlport.com/product.html or http://www.sgi.com/tech/stl/index.html In particular, see http://www.sgi.com/tech/stl/thread_safety.html >In particular, I maintain an old project which depends >on Graham Dumpleton's OSE/OTC libraries (on the web at: > http://www.dscpl.com.au/ose-6.0/ ) and I was hoping to >replace them with GNU STL. > >Thanks >Richard Romanowski Dima