Mercurial > hg > octave-lyh
diff liboctave/Array-i.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 | bd043a433918 |
line wrap: on
line diff
--- a/liboctave/Array-i.cc +++ b/liboctave/Array-i.cc @@ -29,15 +29,10 @@ #include "Array.h" #include "Array.cc" -template class Array<int>; +INSTANTIATE_ARRAY_AND_ASSIGN (int); -template int assign (Array<int>&, const Array<int>&); -template int assign (Array<int>&, const Array<short>&); -template int assign (Array<int>&, const Array<char>&); - -template int assign (Array<int>&, const Array<int>&, const int&); -template int assign (Array<int>&, const Array<short>&, const int&); -template int assign (Array<int>&, const Array<char>&, const int&); +INSTANTIATE_ARRAY_ASSIGN (int, short); +INSTANTIATE_ARRAY_ASSIGN (int, char); #include "Array2.h"