$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Review:Contract] Contract Broken Handlers, BOOST_NO_EXCEPTIONS and noexcept
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2012-08-29 22:04:46
Le 30/08/12 01:52, Vicente J. Botet Escriba a écrit :
> Hi,
>
> I would like to know if Boost.Contract could work when BOOST_NO_EXCEPT
> is defined. I suspect that it can not at present, as the user needs to
> re-throw the exception to know the broken nature. Maybe the handler
> could have the an exception/error object as parameter instead.
>
Oups, I meant BOOST_NO_EXCEPTIONS (-fno-exceptions) instead of
BOOST_NO_EXCEPT.
Best,
Vicente