$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2019-10-25 16:40:56
On Fri, 25 Oct 2019, 15:44 Robert Ramey via Boost, <boost_at_[hidden]>
wrote:
>
> I couldn't see this from looking at the implementation in config.hpp.
> Maybe I missed it.
>
It's clearly there.
#if !defined(__EXCEPTIONS) and !defined(BOOST_NO_EXCEPTIONS)
# define BOOST_NO_EXCEPTIONS
#endif
and it does similar things for plenty of different compilers, not just GCC
or Clang.