[C++-sig] Re: Re: [Implementation] Calling wrapped functions, converters, policies

Mike Rovner mike at nospam.com
Fri Sep 19 22:49:53 CEST 2003


Niall Douglas wrote:
>> I'm happy with precompiled headers. They reduced my compilation time
>> at least tenfold. MSVC7.1, P4 2.4GHz
> They cause misbehaviour on my large & complex C++ project
> unfortunately :(

I mentioned my compiler on purpose. VC7.1 has a known bug with PCH.
However I decided to track down and change a couple of places in (all of)
my codebase to gain compilation speed.

So far, the only change is from global data in anonimous namespace to
static.

Mike







More information about the Cplusplus-sig mailing list