
24 Mar
2010
24 Mar
'10
4:10 p.m.
On 03/24/2010 07:05 PM, Andrey Semashev wrote:
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.
Ah, looks like I'm not quite right. It does limit to a single PCH per compilation. But you can use different PCHs for different compilation units.