This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Is any version of GCC STL thread-safe?
- To: "Richard M. Romanowski" <richard at arlut dot utexas dot edu>
- Subject: Re: Is any version of GCC STL thread-safe?
- From: dvv at egcs dot dvv dot ru (Dima Volodin)
- Date: Wed, 11 Jul 2001 19:11:01 GMT
- Cc: gcc at gcc dot gnu dot org
- Organization: Huh?
- References: <Pine.SOL.4.05.10107111102400.8379-100000@pisces.arlut.utexas.edu>
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