comparison src/TEMPLATE-INST/Array-os.cc @ 4594:3a284f89aa41

[project @ 2003-11-12 02:27:28 by jwe]
author jwe
date Wed, 12 Nov 2003 02:29:55 +0000
parents 585a8809fd9b
children 01f8dba3f689
comparison
equal deleted inserted replaced
4593:77566be8b9e9 4594:3a284f89aa41
29 #include "Array.h" 29 #include "Array.h"
30 #include "Array.cc" 30 #include "Array.cc"
31 31
32 #include "oct-stream.h" 32 #include "oct-stream.h"
33 33
34 template class Array<scanf_format_elt*>; 34 INSTANTIATE_ARRAY (scanf_format_elt *);
35 35
36 template class Array<printf_format_elt*>; 36 INSTANTIATE_ARRAY (printf_format_elt *);
37 37
38 template class Array<octave_stream>; 38 INSTANTIATE_ARRAY (octave_stream);
39 39
40 /* 40 /*
41 ;;; Local Variables: *** 41 ;;; Local Variables: ***
42 ;;; mode: C++ *** 42 ;;; mode: C++ ***
43 ;;; End: *** 43 ;;; End: ***