diff liboctave/ChangeLog @ 9757:95ad9c2a27e2

fix idx_vector construction checks
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 23 Oct 2009 10:35:59 +0200
parents d6b2b708b6b0
children 97de6c916498
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-23  Jaroslav Hajek  <highegg@gmail.com>
+
+	* idx-vector.cc (idx_vector::idx_range_rep::idx_range_rep
+	(octave_idx_type, octave_idx_type, octave_idx_type)):
+	Improve checking.
+
 2009-10-21  John W. Eaton  <jwe@octave.org>
 
 	* oct-time.h 	(octave_time::octave_time (time_t t, int us)):