[c++-pthreads] Re: pthread_cancel and EH: let's try this again

Gabriel Dos Reis gdr at integrable-solutions.net
Sun Jul 17 01:52:55 UTC 2005


David Abrahams <dave at boost-consulting.com> writes:

[...]

| > If it did not have that annotation then it was assumed to throw.
| 
| By the compiler,

By the language rules. 

| > If you want to have fine grained control, you might want to consider
| > telling std::terminate() and friends not to abort().
| 
| What do you have in mind?

Change the default behaviour from abort() to <fill in the blank>

-- Gaby



More information about the c++-pthreads mailing list