--- relational.h.orig Wed Nov 21 14:35:32 2001 +++ relational.h Wed Nov 21 17:13:57 2001 @@ -63,6 +63,8 @@ bool match_same_type(const basic & other) const; unsigned return_type(void) const; unsigned return_type_tinfo(void) const; + bool is_equal_same_type(const basic & other) const; + unsigned calchash(void) const; // new virtual functions which can be overridden by derived classes public: