$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2008-05-01 15:54:27
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