summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-12-02 17:44:53 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-12-02 17:44:53 +0000
commitc6778449af295ebbaea66338ee263c31344d9166 (patch)
treea491227475af33b4ac1e8e10358023afebad9570
parent373ddc93392873a3660e50dd84c59b0e516c4681 (diff)
downloadATCD-c6778449af295ebbaea66338ee263c31344d9166.tar.gz
ChangeLogTag: Sun Dec 2 17:43:27 UTC 2007 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--ACE/ChangeLog7
-rw-r--r--ACE/ace/README7
2 files changed, 7 insertions, 7 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 570380fcd17..d2ae36e6b8a 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,10 @@
+Sun Dec 2 17:43:27 UTC 2007 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * ace/README:
+
+ Remove description of ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION.
+ This feature test macro was removed some time ago.
+
Sun Dec 2 17:41:01 UTC 2007 J.T. Conklin <jtc@acorntoolworks.com>
* ace/OS_NS_stdlib.cpp:
diff --git a/ACE/ace/README b/ACE/ace/README
index 63fc1904ed6..b6f243d111e 100644
--- a/ACE/ace/README
+++ b/ACE/ace/README
@@ -326,13 +326,6 @@ ACE_HAS_BROKEN_UNEXPECTED_EXCEPTIONS Compiler does not call
thrown. In particular, the
exception specification is not
respected.
-ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION Compiler's template
- instantiation mechanism
- supports the use of explicit
- C++ specializations for all
- used templates. This is also
- used for GNU G++ if you don't
- use the "repo" patches.
ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT When a base-class is a
specialization of a class template
then this class template must be