diff libinterp/octave-value/ov-complex.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 0169ffb3fe5d
line wrap: on
line diff
--- a/libinterp/octave-value/ov-complex.cc	Wed Apr 28 12:55:19 2021 -0400
+++ b/libinterp/octave-value/ov-complex.cc	Wed Apr 28 13:46:02 2021 -0400
@@ -144,7 +144,7 @@
 }
 
 // Can't make an index_vector from a complex number.  Throw an error.
-idx_vector
+octave::idx_vector
 octave_complex::index_vector (bool) const
 {
   std::ostringstream buf;