comparison liboctave/array/Array-fC.cc @ 21574:ae4d7dfea337

maint: merge stable to default.
author John W. Eaton <jwe@octave.org>
date Fri, 01 Apr 2016 12:57:49 -0400
parents 40de9f8f23a6 f3f8e1d3e399
children aba2e6293dd8
comparison
equal deleted inserted replaced
21571:feac06371be1 21574:ae4d7dfea337
31 #include "lo-mappers.h" 31 #include "lo-mappers.h"
32 32
33 #include "Array.h" 33 #include "Array.h"
34 #include "Array.cc" 34 #include "Array.cc"
35 #include "oct-sort.cc" 35 #include "oct-sort.cc"
36
37 // Prevent implicit instantiations on some systems (Windows, others?)
38 // that can lead to duplicate definitions of static data members.
39
40 extern template class OCTAVE_API Array<idx_vector>;
41 extern template class OCTAVE_API Array<octave_idx_type>;
36 42
37 template <> 43 template <>
38 inline bool 44 inline bool
39 sort_isnan<FloatComplex> (const FloatComplex& x) 45 sort_isnan<FloatComplex> (const FloatComplex& x)
40 { 46 {