summaryrefslogtreecommitdiff
path: root/libstdc++/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++/ChangeLog')
-rw-r--r--libstdc++/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog
index b4bb2bb36bb..94a3460f806 100644
--- a/libstdc++/ChangeLog
+++ b/libstdc++/ChangeLog
@@ -1,3 +1,19 @@
+Sat Sep 27 16:48:00 1997 Jason Merrill <jason@yorick.cygnus.com>
+
+ * std/complext.h: Lose injection decls.
+ * std/fcomplex.h: Likewise.
+ * std/dcomplex.h: Likewise.
+ * std/ldcomplex.h: Likewise.
+
+Sat Sep 27 16:47:35 1997 Mark Mitchell <mmitchell@usa.net>
+
+ * std/complext.h: Declare templates before making them
+ friends. Use new friend <> syntax.
+ * std/complext.cc: Don't rely on guiding declarations.
+ * std/fcomplex.h: Use new friend <> syntax.
+ * std/dcomplex.h: Likewise.
+ * std/ldcomplex.h: Likewise.
+
Thu Sep 25 19:55:56 1997 Jason Merrill <jason@yorick.cygnus.com>
* std/bastring.h: Enable exceptions.