This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Multiple inheritance and thread safety
- From: "Paul J. Lucas" <pauljlucas at mac dot com>
- To: nathan at cs dot bris dot ac dot uk
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 30 Jan 2002 01:27:49 -0800 (PST)
- Subject: Re: Multiple inheritance and thread safety
On Wed, 30 Jan 2002, Nathan Sidwell wrote:
> "Paul J. Lucas" wrote:
> >
> > I was wondering if there is any know issue with doing multiple
> > inheritance with virtual base classes and thread safety.
> > Specifically, I was wondering if the thunk code generated is
> > known to be thread-safe.
>
> Why is there an issue?
I didn't say there was. I simply asked if there was. Thanks.
By the way, have those thread-unsafe problems with std::string
been fixed?
- Paul