summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-03-15 23:12:06 +0000
committerSteve Huston <shuston@riverace.com>2002-03-15 23:12:06 +0000
commita2500636a1091bdcbf8e3b542a749f7368f1eab1 (patch)
tree534d52c50742d1219745ac69b76a8ceafccf3776
parentfe274b0512f23778a222fd1f30d7b1ec84ae1b26 (diff)
downloadATCD-a2500636a1091bdcbf8e3b542a749f7368f1eab1.tar.gz
ChangeLogTag:Fri Mar 15 18:08:28 2002 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-02a8
-rw-r--r--ChangeLogs/ChangeLog-03a8
-rw-r--r--ace/config-aix-4.x.h5
4 files changed, 24 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 66a1db97500..8ae3a6ff069 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Mar 15 18:08:28 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/config-aix-4.x.h: Removed the optional setting of
+ ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION for Visual Age C++
+ 5 without __TEMPINC__ set. This was an experiment to try and
+ rid the build of all the "duplicate symbol" warnings, and it
+ broke the incremental builds.
+
Fri Mar 15 16:02:52 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* TAO/TAO-INSTALL.html: Updated to include Solaris 8. Thanks to
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 66a1db97500..8ae3a6ff069 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Fri Mar 15 18:08:28 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/config-aix-4.x.h: Removed the optional setting of
+ ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION for Visual Age C++
+ 5 without __TEMPINC__ set. This was an experiment to try and
+ rid the build of all the "duplicate symbol" warnings, and it
+ broke the incremental builds.
+
Fri Mar 15 16:02:52 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* TAO/TAO-INSTALL.html: Updated to include Solaris 8. Thanks to
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 66a1db97500..8ae3a6ff069 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,11 @@
+Fri Mar 15 18:08:28 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/config-aix-4.x.h: Removed the optional setting of
+ ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION for Visual Age C++
+ 5 without __TEMPINC__ set. This was an experiment to try and
+ rid the build of all the "duplicate symbol" warnings, and it
+ broke the incremental builds.
+
Fri Mar 15 16:02:52 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* TAO/TAO-INSTALL.html: Updated to include Solaris 8. Thanks to
diff --git a/ace/config-aix-4.x.h b/ace/config-aix-4.x.h
index e3148b452bd..e31e6ba6995 100644
--- a/ace/config-aix-4.x.h
+++ b/ace/config-aix-4.x.h
@@ -50,11 +50,6 @@
# endif /* ACE_HAS_USING_KEYWORD */
# define ACE_HAS_STANDARD_CPP_LIBRARY 1
# define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
-# if !defined (__TEMPINC__)
- // Visual Age C++ 5 without -qtempinc is asking for explicit
- // template instantiation.
-# define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
-# endif /* __TEMPINC__ */
# endif /* __IBMCPP__ >= 500 */
# endif /* __IBMCPP__ */