diff liboctave/array/Array-f.cc @ 29569:29a1f8fd8ee6

move idx_vector classes inside octave namespace * idx-vector.h, idx-vector.cc: Move idx_vector classes inside octave namespace. Update all uses outside of octave namespace to use octave:: tag. * Sparse.h: Eliminate forward declaration of idx_vector.
author John W. Eaton <jwe@octave.org>
date Wed, 28 Apr 2021 13:46:02 -0400
parents 7854d5752dd2
children 796f54d4ddbf
line wrap: on
line diff
--- a/liboctave/array/Array-f.cc	Wed Apr 28 12:55:19 2021 -0400
+++ b/liboctave/array/Array-f.cc	Wed Apr 28 13:46:02 2021 -0400
@@ -41,7 +41,7 @@
 // Prevent implicit instantiations on some systems (Windows, others?)
 // that can lead to duplicate definitions of static data members.
 
-extern template class Array<idx_vector>;
+extern template class Array<octave::idx_vector>;
 extern template class Array<octave_idx_type>;
 
 template <>