diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-13 16:57:06 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-13 16:57:06 +0000 |
commit | f0ef9619fdb01c4109548abe9e3c342010b32d1c (patch) | |
tree | 78329a67e3ae7e4c862008d806404c0221039e52 /ace/config-g++-common.h | |
parent | 601b8b2b3fbd06148a5b24ec0af5a10e55a2c79a (diff) | |
download | ATCD-f0ef9619fdb01c4109548abe9e3c342010b32d1c.tar.gz |
one more time (-: enable ACE_HAS_GNUC_BROKEN_TEMPLATE_INLINE_FUNCTIONS
for all g++ versions
Diffstat (limited to 'ace/config-g++-common.h')
-rw-r--r-- | ace/config-g++-common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/config-g++-common.h b/ace/config-g++-common.h index b0c8ef88459..f0cffb6e0ba 100644 --- a/ace/config-g++-common.h +++ b/ace/config-g++-common.h @@ -27,8 +27,6 @@ # define ACE_HAS_TEMPLATE_SPECIALIZATION # endif /* __GNUC__ != 2.91 */ -# define ACE_HAS_GNUC_BROKEN_TEMPLATE_INLINE_FUNCTIONS - // Some versions of egcs, e.g., egcs-2.90.27 980315 (egcs-1.0.2 release), // have bugs with static data members in template classes. # define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES @@ -62,6 +60,7 @@ #endif /* i386 */ #define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION +#define ACE_HAS_GNUC_BROKEN_TEMPLATE_INLINE_FUNCTIONS #define ACE_TEMPLATES_REQUIRE_SOURCE #endif /* ACE_GNUG_COMMON_H */ |