Mercurial > hg > octave-nkf
comparison liboctave/array/Array-fC.cc @ 19590:fb09907f4e49
Remove single line makro INSTANTIATE_ARRAY_SORT.
* Array.cc: removed makro INSTANTIATE_ARRAY_SORT definition.
* Array-*.cc: replaced makro INSTANTIATE_ARRAY_SORT with definition.
author | Kai T. Ohlhus <k.ohlhus@gmail.com> |
---|---|
date | Thu, 11 Dec 2014 00:15:03 +0100 |
parents | 49a5a4be04a1 |
children | d9c0b08e3da6 |
comparison
equal
deleted
inserted
replaced
19589:b39cbe9f3bb0 | 19590:fb09907f4e49 |
---|---|
86 } | 86 } |
87 | 87 |
88 return result; | 88 return result; |
89 } | 89 } |
90 | 90 |
91 INSTANTIATE_ARRAY_SORT (FloatComplex); | 91 template class OCTAVE_API octave_sort<FloatComplex>; |
92 | 92 |
93 INSTANTIATE_ARRAY (FloatComplex, OCTAVE_API); | 93 INSTANTIATE_ARRAY (FloatComplex, OCTAVE_API); |
94 | 94 |
95 template OCTAVE_API std::ostream& operator << (std::ostream&, | 95 template OCTAVE_API std::ostream& operator << (std::ostream&, |
96 const Array<FloatComplex>&); | 96 const Array<FloatComplex>&); |