$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2021-02-02 17:15:35
Andrey Semashev wrote:
> Am I correct that BOOST_PROGRAM_OPTIONS_DECL is defined to
> BOOST_SYMBOL_IMPORT,
> which expands to nothing, and it breaks when Boost.ProgramOptions library
> throws an exception marked with it?
I haven't verified this failure yet, but Alexander reports that this is what
happens.
(In this specific case, the exceptions are entirely header-only, so they
should have been just marked as VISIBLE. It's not clear what happens when
they have compiled parts, e.g. what().)