diff liboctave/Array-ch.cc @ 4513:508238e65af7

[project @ 2003-09-19 21:40:57 by jwe]
author jwe
date Fri, 19 Sep 2003 21:41:21 +0000
parents b8c1cb5b9fd9
children 228d2d5b6d66
line wrap: on
line diff
--- a/liboctave/Array-ch.cc	Sat Sep 13 07:53:55 2003 +0000
+++ b/liboctave/Array-ch.cc	Fri Sep 19 21:41:21 2003 +0000
@@ -40,10 +40,21 @@
 
 template class Array2<char>;
 
+#if 0
+
 template int assign (Array2<char>&, const Array2<char>&);
 
 template int assign (Array2<char>&, const Array2<char>&, const char&);
 
+#endif
+
+#include "ArrayN.h"
+#include "ArrayN.cc"
+
+template class ArrayN<char>;
+
+template std::ostream& operator << (std::ostream&, const ArrayN<char>&);
+
 #include "DiagArray2.h"
 #include "DiagArray2.cc"