$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Incorrect assertion in Boost.Exception?
From: Thorsten Dahlheimer (tdahlheim_at_[hidden])
Date: 2012-12-02 10:27:24
Am Sat, 1 Dec 2012 19:05:43 -0800
schrieb Emil Dotchevski <emildotchevski_at_[hidden]>:
> Reading the sources from the latest release and trunk branch, the
> assertion looks like this:
>
> BOOST_ASSERT( *BOOST_EXCEPTION_DYNAMIC_TYPEID(*p).type_==*ti.type_ );
>
> Which seems correct, so it seems this was a bug that is already fixed.
> Can you use a newer Boost release?
Great, that should work. (We assumed that Exceptions hadn't changed
since 1.47 because it wasn't listed in the release notes as an "updated
library"...)
Thanks,
Thorsten