diff options
author | heather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-02-07 21:35:39 +0000 |
---|---|---|
committer | heather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-02-07 21:35:39 +0000 |
commit | 74b7b0cea09db327b0f80ccfce94a9f1f535fb23 (patch) | |
tree | 083b80da8e7f2d06d1ba5b8d20274bfb28970550 /ace/config-aix-4.x.h | |
parent | 0c00a56624b24a63106a194adbb770da02970597 (diff) | |
download | ATCD-74b7b0cea09db327b0f80ccfce94a9f1f535fb23.tar.gz |
ChangeLogTag: Fri Feb 7 16:55:58 2003 Heather Drury <drury_h@ociweb.com>
Diffstat (limited to 'ace/config-aix-4.x.h')
-rw-r--r-- | ace/config-aix-4.x.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/config-aix-4.x.h b/ace/config-aix-4.x.h index 71f84abab09..c8ad970e6f7 100644 --- a/ace/config-aix-4.x.h +++ b/ace/config-aix-4.x.h @@ -53,9 +53,6 @@ # if defined (__IBMCPP__) && (__IBMCPP__ >= 400) # define ACE_HAS_STD_TEMPLATE_SPECIALIZATION # define ACE_HAS_TYPENAME_KEYWORD -# if (__IBMCPP__ < 600) /* VisualAge C++ 6 has registry implementation of templates (may still need to add option for it) */ -# define ACE_TEMPLATES_REQUIRE_SOURCE -# endif /* __IBMCPP__ < 600 */ # undef WIFEXITED # undef WEXITSTATUS # if (__IBMCPP__ >= 500) /* Visual Age C++ 5 */ |