Mercurial > hg > octave-nkf
diff liboctave/Array-b.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-b.cc +++ b/liboctave/Array-b.cc @@ -40,10 +40,21 @@ template class Array2<bool>; +#if 0 + template int assign (Array2<bool>&, const Array2<bool>&); template int assign (Array2<bool>&, const Array2<bool>&, const bool&); +#endif + +#include "ArrayN.h" +#include "ArrayN.cc" + +template class ArrayN<bool>; + +template std::ostream& operator << (std::ostream&, const ArrayN<bool>&); + #include "DiagArray2.h" #include "DiagArray2.cc"