
1 May
2008
1 May
'08
7:54 p.m.
Frank Mori Hess wrote:
On Thursday 01 May 2008 14:23 pm, Sebastian Redl wrote:
Hi,
My quest for a general exception_ptr for GCC has reached its end, in the sense of, "I can't make it any better without modifying GCC."
Which begs the question, are you going to modify GCC? "Copying and rethrowing exceptions" is on their todo list for their c++0x support:
http://gcc.gnu.org/projects/cxx0x.html Perhaps. GCC scares me. By the way, your implementation segfaults for me at the end of the program when using a global exception_ptr, test program attached. Thanks. I'll see if I can come up with a fix.
Sebastian