$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2022-02-14 20:58:45
Niall Douglas wrote:
> I also think you need a separate macro control for boost::system::error_code's
> use of source location, because it won't be unusual to want global source
> location function to be working but error_code's use of it to be globally
> disabled.
boost::system::error_code doesn't create any source locations by itself. If you
give it a pointer to one, it stores it. If not, not.