
8 Mar
2006
8 Mar
'06
9:37 p.m.
"David Abrahams" <dave@boost-consulting.com> wrote in message news:ulkvkzpdi.fsf@boost-consulting.com...
"Korcan Hussein" <korcan_h@hotmail.com> writes:
So does anybody know of a good method to determine if one std::type_info is a sub/super-type or another std::type_info.
There's no portable way to do it without explicitly registering base/derived relationships.
I thought as much, worth a try though ;-) while i'm pondering ideas i'm open to any suggestions people may have :)