This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: query reg. gcc
- From: Mike Stump <mrs at apple dot com>
- To: sdeepak at cadence dot com
- Cc: Paul Koning <pkoning at equallogic dot com>, gcc <gcc at gnu dot org>
- Date: Thu, 23 Dec 2004 12:08:34 -0800
- Subject: 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.