diff liboctave/ChangeLog @ 3263:7d80b56e0dc8

[project @ 1999-08-20 19:10:09 by jwe]
author jwe
date Fri, 20 Aug 1999 19:12:29 +0000
parents eaa639880b51
children fdc7dd08cd85
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Aug 20 19:06:50 1999 +0000
+++ b/liboctave/ChangeLog	Fri Aug 20 19:12:29 1999 +0000
@@ -1,5 +1,9 @@
 Fri Aug 20 07:58:00 1999  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* mx-inlines.cc (VS_OP, SV_OP, VV_OP): Delete `extern template' decls.
+	(VS_OP_FCN, SV_OP_FCN, VV_OP_FCN): Declare template functions
+	`inline', not `static inline'.
+
 	* idx-vector.cc (intcmp): Declare args as const void *, not int *,
 	then cast to const int * to compare.