$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: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2010-03-24 12:05:33
On 03/24/2010 12:16 AM, Artyom wrote:
>
> There is one big issue with precompiled headers -- you only have one
> such header.
Not true with GCC, AFAIK. The compiler will look for PCH before
including the real header.