Bug? If not what is the issue?

Eljay Love-Jensen eljay@adobe.com
Mon Mar 1 11:30:00 GMT 2004


Hi Mark,

Try this:

namespace __gnu_cxx
{
struct hash<Object>
{
   size_t operator()(const Object& obj) const {
         return obj->hashcode();
   }
};
}

HTH,
--Eljay




More information about the Gcc-help mailing list