summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-28 23:33:36 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-28 23:33:36 +0000
commitc25def3ae47bedbc44b2817d6a0d3dd778e9bf74 (patch)
tree5fac94acc9db668aaefeffabc8a480685877fbde
parent7ddd6b3bfa5cc5ecd21fab602275a13d10b99738 (diff)
downloadATCD-c25def3ae47bedbc44b2817d6a0d3dd778e9bf74.tar.gz
* ace/config-win32.h:
Removed ACE_HAS_STD_TEMPLATE_SPECIALIZATION definition. See below. * ace/config-win32-common.h: Added ACE_HAS_STD_TEMPLATE_SPECIALIZATION definition, since there is a place for MSVC 6.0 stuff like this. Also added ACE_HAS_BROKEN_IMPLICIT_CONST_CAST definition for a generated code bug fix that just didn't have one version that would satisfy both SunCC and MSVC.
-rw-r--r--ChangeLog-99b13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index d346e40183c..ef6e8190aeb 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,16 @@
+Wed Jul 28 18:29:46 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/config-win32.h:
+ Removed ACE_HAS_STD_TEMPLATE_SPECIALIZATION
+ definition. See below.
+
+ * ace/config-win32-common.h:
+ Added ACE_HAS_STD_TEMPLATE_SPECIALIZATION
+ definition, since there is a place for MSVC 6.0 stuff like this.
+ Also added ACE_HAS_BROKEN_IMPLICIT_CONST_CAST
+ definition for a generated code bug fix that just didn't have one version
+ that would satisfy both SunCC and MSVC.
+
Wed Jul 28 18:26:53 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* ace/CDR_Stream.cpp: