Mercurial > hg > octave-lyh
diff src/ov-mapper.cc @ 4452:f3c21a1d1c62
[project @ 2003-07-09 23:20:18 by jwe]
author | jwe |
---|---|
date | Wed, 09 Jul 2003 23:20:19 +0000 |
parents | fc9a075d10fb |
children | d44675070f1a |
line wrap: on
line diff
--- a/src/ov-mapper.cc +++ b/src/ov-mapper.cc @@ -117,9 +117,8 @@ { octave_value retval; - // XXX FIXME XXX -- is_real_type can return true for strings if - // implicit_str_to_num_ok is nonzero. Should it really work that - // way? + // XXX FIXME XXX -- is_real_type can return true. Should it really + // work that way? if (arg.is_real_type () && ! (arg.is_string () && ch_map_fcn)) {