The Gnu Compiler Collection, Version 3.4
Posted May 6, 2004 7:18 UTC (Thu) by
joib (guest, #8541)
Parent article:
The Gnu Compiler Collection, Version 3.4
Only one precompiled header can be used in a particular compilation.
This condition implies that a source file which includes multiple header files will only benefit from the precompiled support for exactly one of those headers. The workaround for this is to create a monolithic header file which includes all other header files, and use only this header file from within the source.
This sort of breaks the simple rule that "include files should never include include files", found IMHO for good reasons in many style guides.
(
Log in to post comments)