This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: query reg. gcc


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]