Boost logo

Boost :

Subject: Re: [boost] Should Boost adopt pimpl/d-pointer as much as it can?
From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2010-03-23 15:13:45


On Tue, Mar 23, 2010 at 12:00 PM, Alexander Churanov
<alexanderchuranov_at_[hidden]> wrote:
> Artyom,
>
> Did you try precompiling header files?

Precompiling headers is usually a bad idea. For it to work well, you
have to #include many things in a single header, which increases
coupling.

The fastest headers are those you don't #include.

Emil Dotchevski
Reverge Studios, Inc.
http://www.revergestudios.com/reblog/index.php?n=ReCode


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