$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Should Boost adopt pimpl/d-pointer as much as it can?
From: Alexander Churanov (alexanderchuranov_at_[hidden])
Date: 2010-03-25 09:08:22
Folks,
I usually generate a single header file that just includes other headers as
a part of build process, and then include it using the "-include" compiler
command-line option, this solves the issues with one precompiled header
limit and the requirement for such a header to be the first.
As a bonus, the source code remains unchanged, but compilation speeds up,
build time drops to 60% of the original duration.
Alexander Churanov