This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: catch(...) and forced unwind
On Mon, Dec 15, 2003 at 06:34:00PM -0500, David Abrahams wrote:
> Meaning that I have to know specifically about pthreads.
Yes.
> While I agree that it's a widespread threading standard, I don't
> think that's a good precedent to set.
It's made unavoidable by the way pthreads has been defined.
You'll either have to ifdef or come up with some wrappers.
That's the nature of real-life portability...
r~