diff src/ov-bool-sparse.h @ 11433:9f4321024fbf

make insumeric return false on sparse logicals
author Jaroslav Hajek <highegg@gmail.com>
date Sun, 02 Jan 2011 12:34:05 +0100
parents d9e57045b9e1
children fd0a3ac60b0e
line wrap: on
line diff
--- a/src/ov-bool-sparse.h
+++ b/src/ov-bool-sparse.h
@@ -95,6 +95,8 @@
 
   bool is_real_type (void) const { return true; }
 
+  bool is_numeric_type (void) const { return false; }
+
   double double_value (bool = false) const;
 
   double scalar_value (bool frc_str_conv = false) const