[SPAM] - Re: [c++-pthreads] pthread_cancel and EH: let's try this again - Email found in subject

David Abrahams dave at boost-consulting.com
Mon Jul 18 21:34:05 UTC 2005


Ted Baker <baker at cs.fsu.edu> writes:

> Maybe it is time for a language to look at exceptions along the
> same lines, i.e., to build in structures for exceptions that rule
> out the most frequent forms of erroneous usage.

The most frequent forms of erroneous usage are the same ones that crop
up with other error reporting mechanisms.  In other words, writing
exception safe code isn't hard -- writing code that's correct in the
face of "errors" (postcondition failures, really) is hard.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




More information about the c++-pthreads mailing list