This is the mail archive of the libstdc++@sourceware.cygnus.com 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: Dumb question w.r.t. thread safety...


>>>>> George T Talbot <george@moberg.com> writes:

 > ...In addition to hacking up basic_string<> to make it thread safe,
 > would I also have to compile with -fnew-abi (Linux x86, GCC 2.95.2) for
 > exceptions to be thread-safe?

No, -fnew-abi currently has no effect whatever on exception handling.  You
do have to configure gcc with --enable-threads.

Jason

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