$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Backtrace] Any interest in portable stack trace?
From: Artyom (artyomtnk_at_[hidden])
Date: 2010-10-21 00:54:04
> >
> > Initial Source Code:
> >
> > http://art-blog.no-ip.info/files/backtrace.tar.gz
> >
> >
> > Any interest?
> > Artyom
>
> Lots of interest, though I do have concerns about tying the
> functionality to throwing an exception in any way.
>
It is not tied , the stack trace itself is independent part,
however it can be attached to exception object.
Artyom