diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-24 22:34:49 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-24 22:34:49 +0000 |
commit | f35098a31835352e3aa1ca4be38d38bb728a94d1 (patch) | |
tree | 84e34f09d01ee2bee75f3b0792cc2abb68c81ce5 /ace/config-psos-tm.h | |
parent | 23e04ba5d1fe1cd83cfceb69f769f36026494e13 (diff) | |
download | ATCD-f35098a31835352e3aa1ca4be38d38bb728a94d1.tar.gz |
Replaced ACE_HAS_BROKEN_EXPLICIT_DESTRUCTOR with ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR
Diffstat (limited to 'ace/config-psos-tm.h')
-rw-r--r-- | ace/config-psos-tm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-psos-tm.h b/ace/config-psos-tm.h index 9f15ca7be89..966b206d43f 100644 --- a/ace/config-psos-tm.h +++ b/ace/config-psos-tm.h @@ -24,7 +24,7 @@ #define ACE_HAS_CPLUSPLUS_HEADERS -#define ACE_HAS_BROKEN_EXPLICIT_DESTRUCTOR +#define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR // Template instantiation definitions // #define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_FILE |