$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2020-07-04 22:50:59
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.
Is there a way to configure Outcome so it does not use (boost)
exception_ptr?