diff src/ov-bool.h @ 9841:6f1ea8241c99

make isnumeric yield false on logicals
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 20 Nov 2009 08:18:41 +0100
parents f80c566bc751
children b3089dba88bf
line wrap: on
line diff
--- a/src/ov-bool.h
+++ b/src/ov-bool.h
@@ -83,6 +83,8 @@
 
   bool is_real_type (void) const { return true; }
 
+  bool is_numeric_type (void) const { return false; }
+
   bool is_true (void) const { return scalar; }
 
   int8NDArray