On 12/3/2012 9:47 PM, Gor Gyolchanyan wrote: > Currently typeid(typeid(Interface)) == typeid(ClassInfo). I'm curious what you expect typeid(typeid(something)) to do. I would expect it to return the typeid of whatever object typeid returns. That has nothing to do with what 'something' is.