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]
Other format: [Raw text]

Problem using strings in Multi Threads environment


We have problems using STL string objects in our system trying to run it in
multithread mode.
We work with gcc2.95.3 on Intel platform.
I made search in the Google and saw that people mention that there is a
problem relating to
reference counting in gcc implementation of string class.

My question is what should I do? Is there a good solution enabling to use
STL string class
in multithread mode or should I not use string class at all?

Vladimir Getselevich


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