changeset 31322:42990806eb9d

Add missing instantiation of Array class template with "unsigned long". * liboctave/array/Array-i.cc: Add missing instantiation of Array class template with "unsigned long".
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 21 Oct 2022 23:52:47 +0200
parents 1d99e68c05c0
children 5c897507d9ed
files liboctave/array/Array-i.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/array/Array-i.cc	Thu Oct 20 17:47:09 2022 +0200
+++ b/liboctave/array/Array-i.cc	Fri Oct 21 23:52:47 2022 +0200
@@ -70,6 +70,7 @@
 INSTANTIATE_ARRAY (unsigned char, OCTAVE_API);
 INSTANTIATE_ARRAY (unsigned short, OCTAVE_API);
 INSTANTIATE_ARRAY (unsigned int, OCTAVE_API);
+INSTANTIATE_ARRAY (unsigned long, OCTAVE_API);
 #if defined (OCTAVE_HAVE_UNSIGNED_LONG_LONG_INT)
 INSTANTIATE_ARRAY (unsigned long long, OCTAVE_API);
 #endif