changeset 31812:174a224a85ab

Add change accidentally left out of changeset 8e6a9cf412c1. * Array-util.h (all_ok): Add OCTAVE_DEPRECATED mark on function.
author Rik <rik@octave.org>
date Thu, 02 Feb 2023 17:31:55 -0800
parents 8e6a9cf412c1
children 73fdf7f8381b
files liboctave/array/Array-util.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/array/Array-util.h	Thu Feb 02 16:48:01 2023 -0800
+++ b/liboctave/array/Array-util.h	Thu Feb 02 17:31:55 2023 -0800
@@ -77,6 +77,7 @@
 
 extern OCTAVE_API bool vector_equivalent (const dim_vector& dv);
 
+OCTAVE_DEPRECATED (9, "all_ok (Array<octave::idx_vector>&) is obsolete and always returns true")
 extern OCTAVE_API bool all_ok (const Array<octave::idx_vector>& ra_idx);
 
 extern OCTAVE_API bool