summaryrefslogtreecommitdiff
path: root/ace/config-g++-common.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-24 22:34:49 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-24 22:34:49 +0000
commitf35098a31835352e3aa1ca4be38d38bb728a94d1 (patch)
tree84e34f09d01ee2bee75f3b0792cc2abb68c81ce5 /ace/config-g++-common.h
parent23e04ba5d1fe1cd83cfceb69f769f36026494e13 (diff)
downloadATCD-f35098a31835352e3aa1ca4be38d38bb728a94d1.tar.gz
Replaced ACE_HAS_BROKEN_EXPLICIT_DESTRUCTOR with ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR
Diffstat (limited to 'ace/config-g++-common.h')
-rw-r--r--ace/config-g++-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-g++-common.h b/ace/config-g++-common.h
index 453eda39af5..2467f3bc012 100644
--- a/ace/config-g++-common.h
+++ b/ace/config-g++-common.h
@@ -30,7 +30,7 @@
# if __GNUC__ == 2 && __GNUC_MINOR__ >= 91
// This is only needed with egcs 1.1 (egcs-2.91.57). It can't be
// used with older versions.
-# define ACE_HAS_BROKEN_EXPLICIT_DESTRUCTOR
+# define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR
# endif /* __GNUC__ >= 2.91 */
# if __GNUC__ == 2 && __GNUC_MINOR__ != 9 && __GNUC_MINOR__ != 91