diff src/ov-intx.h @ 9685:e793865ede63

implement builtin_type
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 02 Oct 2009 08:27:44 +0200
parents 1be3c73ed7b5
children b4fdfee405b5
line wrap: on
line diff
--- a/src/ov-intx.h	Thu Oct 01 21:59:27 2009 +0200
+++ b/src/ov-intx.h	Fri Oct 02 08:27:44 2009 +0200
@@ -68,6 +68,8 @@
 
   bool is_integer_type (void) const { return true; }
 
+  builtin_type_t builtin_type (void) const { return OCTAVE_INT_BTYP; }
+
 private:
 
   template <class IM>
@@ -442,6 +444,8 @@
 
   bool is_integer_type (void) const { return true; }
 
+  builtin_type_t builtin_type (void) const { return OCTAVE_INT_BTYP; }
+
 private:
 
   template <class IS>