comparison liboctave/array/dim-vector.h @ 27880:31b95261c7d2

Backed out changeset 2890a931e647 (bug #47469) This requires more thought, and release in version 7 of Octave.
author Rik <rik@octave.org>
date Mon, 30 Dec 2019 13:08:47 -0800
parents 2890a931e647
children b442ec6dda5c
comparison
equal deleted inserted replaced
27879:b9710ee393ac 27880:31b95261c7d2
259 259
260 static octave_idx_type *nil_rep (void); 260 static octave_idx_type *nil_rep (void);
261 261
262 public: 262 public:
263 263
264 OCTAVE_DEPRECATED (6, "dim_vector::dim_max () is deprecated; any uses should be removed")
265 static octave_idx_type dim_max (void); 264 static octave_idx_type dim_max (void);
266 265
267 explicit dim_vector (void) : rep (nil_rep ()) 266 explicit dim_vector (void) : rep (nil_rep ())
268 { increment_count (); } 267 { increment_count (); }
269 268