diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-01 07:36:14 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-01 07:36:14 +0000 |
commit | 1b33cf2f0991c6147936b246c09fffe29538377b (patch) | |
tree | 9dd370c2dd601be3bf54777de2865530916efa10 /ace/config-linux-pthread.h | |
parent | 7d813c3d437b626fa6e8f76a902cc37356042147 (diff) | |
download | ATCD-1b33cf2f0991c6147936b246c09fffe29538377b.tar.gz |
Added directive ACE_HAS_BROKEN_EXPLICIT_TEMPLATE_DESTRUCTOR.
Diffstat (limited to 'ace/config-linux-pthread.h')
-rw-r--r-- | ace/config-linux-pthread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-linux-pthread.h b/ace/config-linux-pthread.h index d4d859b3205..9b195264c54 100644 --- a/ace/config-linux-pthread.h +++ b/ace/config-linux-pthread.h @@ -105,6 +105,7 @@ #define ACE_HAS_TEMPLATE_SPECIALIZATION #define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION +#define ACE_HAS_BROKEN_EXPLICIT_TEMPLATE_DESTRUCTOR // Compiler doesn't support static data member templates. #define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES |