diff options
author | Steve Huston <shuston@riverace.com> | 2002-02-18 23:48:51 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-02-18 23:48:51 +0000 |
commit | d067ffa4fc0bfc07fa953d8e1d043411678cef1d (patch) | |
tree | 3346de6df1b0be43f0bd2f7b070c03b502e6b83b /ace/config-aix-4.x.h | |
parent | eca13252ebb3cb08854641a37a39fcd18b725d34 (diff) | |
download | ATCD-d067ffa4fc0bfc07fa953d8e1d043411678cef1d.tar.gz |
ChangeLogTag:Mon Feb 18 18:41:33 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/config-aix-4.x.h')
-rw-r--r-- | ace/config-aix-4.x.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/config-aix-4.x.h b/ace/config-aix-4.x.h index 31947c8acf0..1005ccb8ab6 100644 --- a/ace/config-aix-4.x.h +++ b/ace/config-aix-4.x.h @@ -40,7 +40,6 @@ // These are for Visual Age C++ only # if defined (__IBMCPP__) && (__IBMCPP__ >= 400) -# define ACE_TEMPLATES_REQUIRE_SOURCE # define ACE_HAS_STD_TEMPLATE_SPECIALIZATION # define ACE_HAS_TYPENAME_KEYWORD # undef WIFEXITED @@ -48,6 +47,11 @@ # if (__IBMCPP__ >= 500) /* Visual Age C++ 5 */ # define ACE_HAS_STANDARD_CPP_LIBRARY 1 # define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1 +# if !defined (__TEMPINC__) + // Visual Age C++ 5 without -qtempinc is asking for explicit + // template instantiation. +# define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION +# endif /* __TEMPINC__ */ # endif /* __IBMCPP__ >= 500 */ # endif /* __IBMCPP__ */ |