This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libstdc was not safe in 2.92, is it now in 3.X?


>>>>> "Andrew" == Andrew B Lundgren <Andrew.Lundgren@Level3.com> writes:

> So it is now thread safe according to the SGI definition where as it was
> not before correct?

Yes.

> At what version did it become thread safe according to the SGI definition?

Most of the library code came from the SGI STL implementation; the problem
with thread-safety was the reference-counting string implementation.
Locking primitives were added to the string class for sparc and x86 in the
2.95 releases; the string class became thread-safe on other platforms only
in 3.0.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]