Mercurial > hg > octave-nkf
comparison liboctave/array/Array-str.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 | d63878346099 |
children | 4197fc428c7d |
comparison
equal
deleted
inserted
replaced
19589:b39cbe9f3bb0 | 19590:fb09907f4e49 |
---|---|
30 | 30 |
31 #include "Array.h" | 31 #include "Array.h" |
32 #include "Array.cc" | 32 #include "Array.cc" |
33 #include "oct-sort.cc" | 33 #include "oct-sort.cc" |
34 | 34 |
35 INSTANTIATE_ARRAY_SORT (std::string); | 35 template class OCTAVE_API octave_sort<std::string>; |
36 | 36 |
37 INSTANTIATE_ARRAY (std::string, OCTAVE_API); | 37 INSTANTIATE_ARRAY (std::string, OCTAVE_API); |