Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 7443:d98dea7d16b0
[project @ 2008-02-03 20:58:12 by jwe]
author | jwe |
---|---|
date | Sun, 03 Feb 2008 20:58:12 +0000 |
parents | da006c2fe55c |
children | d21150a19f80 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,11 @@ +2008-02-03 Michael Goffioul <michael.goffioul@gmail.com> + + * Array.cc (ascending_compare, descending_compare, + Array<T>::sort): Declare explicit specialization for T=double to + avoid symbol duplication error at link time. + * Array-d.cc (ascending_compare, descending_compare): Declare and + define as nonmember functions, not member functions of Array<T>. + 2008-02-03 John W. Eaton <jwe@octave.org> * Array-i.cc: Also instantiate Arrays for long long type if it exists.