Ben Abbott wrote:
On Jan 1, 2018, at 11:51 AM, PhilipNienhuis <address@hidden>
wrote:
:
<snip>
:
With 4.2.1 I get errors.
csv2cell.cc:228:40: error: no member named 'isnumeric' in 'octave_value'
long hlines = (nargin > 1 && args(1).isnumeric () ?
args(1).long_value() : 0);
~~~~~~~ ^
csv2cell.cc:229:39: error: no member named 'isnumeric' in 'octave_value'
int arg_sh = (nargin > 1 && args(1).isnumeric () ? 1 : 0);
~~~~~~~ ^
Does the patched version only work on the default branch?
Ben,
Yes it does. I noted the deprecated ("is_numeric_type") warnings and
quite thoughtlessly decided to clear those. But that won't help the
4.2.x users, apologies.
I'll fix it back and push a new cset. For some time we 'll have to make
do with compile time warnings then.