comparison liboctave/array/idx-vector.h @ 23012:27e4ec3b0b49

move octave_refcount inside octave namespace * oct-refcount.h (refcount): Move inside octave namespace and rename from octave_refcount. Change all uses. (octave_refcount): Provide (deprecated) backward-compatible using declaration.
author John W. Eaton <jwe@octave.org>
date Fri, 06 Jan 2017 18:06:31 -0500
parents f75d289645ec
children 198fbbf6934a
comparison
equal deleted inserted replaced
23011:6b4d2c8355f7 23012:27e4ec3b0b49
111 // i/o 111 // i/o
112 virtual std::ostream& print (std::ostream& os) const = 0; 112 virtual std::ostream& print (std::ostream& os) const = 0;
113 113
114 virtual Array<octave_idx_type> as_array (void); 114 virtual Array<octave_idx_type> as_array (void);
115 115
116 octave_refcount<int> count; 116 octave::refcount<int> count;
117 117
118 bool err; 118 bool err;
119 }; 119 };
120 120
121 // The magic colon index. 121 // The magic colon index.