$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gavin Lambert (boost_at_[hidden])
Date: 2023-02-28 06:51:40
On 28/02/2023 19:02, Daniela Engert wrote:
> Am 28.02.2023 um 00:02 schrieb Gavin Lambert:
>> That's what precompiled headers are for.
>
> Right - possibly.
> Unless you have progressed into the world of modules where you better
> stay away from PCH unless you're a fan of ODR violations and lots of
> "surprises".
If PCH doesn't work in the module world, that's not "progress". :)
I'd sooner give up modules than PCH, and you should probably report
those sorts of things as bugs if they can be reproduced.