query reg. gcc

Mike Stump mrs@apple.com
Thu Dec 23 20:28:00 GMT 2004


On Wednesday, December 22, 2004, at 08:09  PM, Deepak Soi wrote:
> First of all, thanks for the fast reply. What I feel  is ,I can't use 
> precompiled headers in my project. As i have a number of modules in 
> our whole project, and each module has different header requirements.

One solution may be to use C++ and namespaces, and put each group into 
its own namespace, and use using namespace; only in the files that need 
that functionality.  Then, you can include all the content in the 
precompiled header.



More information about the Gcc mailing list