From: Niall Douglas (s_sourceforge_at_[hidden])
Date: 2020-07-05 00:58:24


On 04/07/2020 23:57, Peter Dimov via Boost wrote:
> Emil Dotchevski wrote:
>
>> When exceptions are disabled, I get:
>>
>> In file included from ../../../../boost/outcome/result.hpp:34:
>> In file included from ../../../../boost/outcome/boost_result.hpp:36:
>> In file included from ../../../../boost/exception_ptr.hpp:9:
>> In file included from
>> ../../../../boost/exception/detail/exception_ptr.hpp:17:
>> ../../../../boost/exception/detail/clone_current_exception.hpp:22:6:
>> error:
>> This header requires exception handling to be enabled.
>
> Are you reporting a bug to yourself?

Pretty much +1 from me as well.

Surely we test Boost with exceptions globally disabled in the regression
testing right?

Niall