diff 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
line wrap: on
line diff
--- a/liboctave/array/Array-str.cc
+++ b/liboctave/array/Array-str.cc
@@ -32,6 +32,6 @@
 #include "Array.cc"
 #include "oct-sort.cc"
 
-INSTANTIATE_ARRAY_SORT (std::string);
+template class OCTAVE_API octave_sort<std::string>;
 
 INSTANTIATE_ARRAY (std::string, OCTAVE_API);