91th Cygnus<->FSF merge

From-SVN: r13972
This commit is contained in:
Mike Stump 1997-04-23 22:45:03 +00:00
parent eb66be0e6c
commit cd1bbde17b

View File

@ -27,7 +27,7 @@ public:
// destructor
virtual ~type_info ();
bool before (const type_info& arg);
bool before (const type_info& arg) const;
const char* name () const
{ return _name; }
bool operator== (const type_info& arg) const;