 
            
            
            
            
                28 Feb
                
                    2023
                
            
            
                28 Feb
                
                '23
                
            
            
            
        
    
                8:09 a.m.
            
        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.