On Wed, Jun 21, 2006 at 08:48:08PM +0200, Lars Gullik Bjønnes wrote: > "Bo Peng" <[EMAIL PROTECTED]> writes: > > | > | Unless you can convince me with more benefits of the current approach, > | > > | > No, It is _you_ that has to convice me. > | > | I have listed benefits and costs, you simply said "I do not like it". > > Yes. I basically require you to find a find a way to avoid the code > intrusion of win-style precompiled headers.
Well, #include "pch.h" is a about as intrusive as having #include <config.h>. Sounds familiar? Wouldn't then a solution to the problem be to let the Windows folk add lots of #include's at the end of cpnfi.gh and declare this the 'precompiled header'? Apart from that I am sure that pch work on msvc without having "include <pch.h>" in each file. Andre'
