public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* precompiled headers / dependency checking
@ 1999-12-22 14:02 michael cardenas
  1999-12-22 15:30 ` Michael Vance
  1999-12-31 23:54 ` michael cardenas
  0 siblings, 2 replies; 4+ messages in thread
From: michael cardenas @ 1999-12-22 14:02 UTC (permalink / raw)
  To: gcc

Does gcc really have neither of these features?

We are a software development company working on
porting a large application and my project is about
200 files. Without precompiled headers, my compile
time is going to be very painful. 

Am I missing something?

Also, are namespaces disabled in the gcc 2.95.2 stl? I
found this in stl_config.h


# ifdef __GNUC__
#   include <_G_config.h>
#   define __STL_HAS_WCHAR_T
#   if __GNUC__ < 2 || (__GNUC__ == 2 &&
__GNUC_MINOR__ < 8)
#     define __STL_STATIC_TEMPLATE_MEMBER_BUG
#     define __STL_NEED_TYPENAME
#     define __STL_NEED_EXPLICIT
#   else
#     define __STL_CLASS_PARTIAL_SPECIALIZATION
#     define __STL_FUNCTION_TMPL_PARTIAL_ORDER
#     define __STL_MEMBER_TEMPLATES
#     define __STL_MEMBER_TEMPLATE_CLASSES
#     define __STL_EXPLICIT_FUNCTION_TMPL_ARGS
#     define __STL_HAS_NAMESPACES
#     define __STL_NO_NAMESPACES

Is this correct?

__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-12-31 23:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-22 14:02 precompiled headers / dependency checking michael cardenas
1999-12-22 15:30 ` Michael Vance
1999-12-31 23:54   ` Michael Vance
1999-12-31 23:54 ` michael cardenas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).