$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2022-04-05 18:29:59
Niall Douglas wrote:
> The compiler will automatically as-if do the above for you if Modules are
> enabled for standard library headers. It's clever enough to interpret an include
> as an import. So no need.
I don't think it will in practice, although the feature exists in theory.