$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2019-10-25 15:15:00
Robert Ramey wrote:
> When it happened it broke my code and created all sorts of havoc.
Not this again.
FWIW, your problem is that you're missing a declaration of
boost::throw_exception. See
for example.