On Mon, Jun 19, 2006 at 11:50:10AM -0500, Bo Peng wrote: > We do not have this in .C either. As I have said, I see no reason why > not include pch.h.Because this gets far too expensive on compilers that don't have precompiled headers.
pch.h consists of 'commonly used header files'. If I put pch.h in a source file and remove duplicated headers, I see no burden to any compiler. Bo