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-diab.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-diab.h')
-rw-r--r-- | ace/config-psos-diab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-psos-diab.h b/ace/config-psos-diab.h index b27d9d16472..d4f9e3361a0 100644 --- a/ace/config-psos-diab.h +++ b/ace/config-psos-diab.h @@ -43,7 +43,7 @@ #define ACE_HAS_BROKEN_CONDITIONAL_STRING_CASTS -#define ACE_HAS_BROKEN_EXPLICIT_DESTRUCTOR +#define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR # define ACE_HAS_BROKEN_NOOP_DTORS |