
5 Jul
2010
5 Jul
'10
11:21 p.m.
On 10-07-05 5:27 PM, Edd Dawson wrote:
typeid(T).name() is a mangled name on all my g++ based implementations, so I can't generate an accurate call signature for the slot without doing some g++ specific stuff there.
Did you manage to do a compatability check some other way?
Why not compare the type_info objects? Would that not be sufficient? I haven't looked at your code yet though.