$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2022-04-05 22:56:39
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.
> >>
> > Right, but this part of the standard is optional. MSVC has it but not
> > the others, right?
>
> clang has it too.
Clang doesn't even seem to support `import <iostream>;` yet.