$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2019-11-20 20:32:02
On Mon, Nov 18, 2019 at 3:57 PM Nat Goodspeed via Boost-users <
boost-users_at_[hidden]> wrote:
> Since the arrival of Boost.Stacktrace, I've been expecting a conventional
> boost::errinfo_stacktrace helper to join the suite of other
> boost::errinfo_mumble helpers. Is there a PR open with that?
>
I don't think there is. I'm going to add this, it seems a good idea. FYI I
recommend using LEAF instead of Boost Exception, though it isn't an
official Boost lib (yet). It does everything Boost Exception can do, better.