![]() |
Boost : |
From: Pavel Vazharov (freakpv_at_[hidden])
Date: 2025-02-12 14:08:53
Hi,
You can use the usual practices:
- use precompiled header(s) for headers from 3rd party libraries which
usually don't change
- and/or isolate the functionality which needs these headers in one or few
.cpp files and thus include the headers only there
Regards,
Pavel.
On Wed, Feb 12, 2025 at 4:02â¯PM Murali Kishore via Boost <
boost_at_[hidden]> wrote:
> Hi,
>
> Observing compilation time increase when i include boost interprocess
> headers. is there a way to reduce compilation time as this time going more
> than hours in large project.
>
> --
> Regards,
> Murali Kishore
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk