diff liboctave/Array-s.cc @ 4594:3a284f89aa41

[project @ 2003-11-12 02:27:28 by jwe]
author jwe
date Wed, 12 Nov 2003 02:29:55 +0000
parents 228d2d5b6d66
children cf990ab7cdbb
line wrap: on
line diff
--- a/liboctave/Array-s.cc	Tue Nov 11 17:25:42 2003 +0000
+++ b/liboctave/Array-s.cc	Wed Nov 12 02:29:55 2003 +0000
@@ -29,13 +29,9 @@
 #include "Array.h"
 #include "Array.cc"
 
-template class Array<short>;
+INSTANTIATE_ARRAY_AND_ASSIGN (int);
 
-template int assign (Array<short>&, const Array<short>&);
-template int assign (Array<short>&, const Array<char>&);
-
-template int assign (Array<short>&, const Array<short>&, const short&);
-template int assign (Array<short>&, const Array<char>&, const short&);
+INSTANTIATE_ARRAY_ASSIGN (short, char);
 
 #include "Array2.h"