Boost logo

Boost :

Subject: Re: [boost] [function_types] is there an equivalent for functors?
From: Sohail Somani (sohail_at_[hidden])
Date: 2010-07-05 19:21:43


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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk