Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2023-02-28 07:09:12


Gavin Lambert wrote:
> 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". :)

In the module world you just do `import <boost/log.hpp>;`, which is at
least in theory a better PCH than the current PCH.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk