1 struct Info {
2   virtual ~Info();
hashInfo3   void hash() {}
4 };
5