Mercurial > hg > octave-lojdl
diff liboctave/ChangeLog @ 11570:57632dea2446
attempt better backward compatibility for Array constructors
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 19 Jan 2011 17:55:56 -0500 |
parents | 7e9a111cae20 |
children | 0e414f837c58 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,12 @@ +2011-01-19 John W. Eaton <jwe@octave.org> + + * Array.h (explicit Array (octave_idx_type, const T&)): + Restore constructor, but mark as deprecated. + (explicit Array (octave_idx_type, octave_idx_type)): Delete. + (Array (const Array<T>&, octave_idx_type, octave_idx_type)): Delete. + Fix all uses in Octave. + * Array3.h: Deprecate header file. Remove all uses from Octave. + 2011-01-19 John W. Eaton <jwe@octave.org> * file-stat.cc (mode_as_string): Declare buffer as an array of