Mercurial > hg > octave-nkf
diff liboctave/int32NDArray.cc @ 6108:143b556ce725
[project @ 2006-10-27 01:45:54 by jwe]
author | jwe |
---|---|
date | Fri, 27 Oct 2006 01:45:56 +0000 |
parents | 4c8a2e4e0717 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/liboctave/int32NDArray.cc +++ b/liboctave/int32NDArray.cc @@ -30,13 +30,13 @@ #include "intNDArray.cc" -template class intNDArray<octave_int32>; +template class OCTAVE_API intNDArray<octave_int32>; -template +template OCTAVE_API std::ostream& operator << (std::ostream& os, const intNDArray<octave_int32>& a); -template +template OCTAVE_API std::istream& operator >> (std::istream& is, intNDArray<octave_int32>& a);