
10 Feb
2009
10 Feb
'09
11:12 p.m.
On Mon, Feb 9, 2009 at 5:43 AM, Joel Falcou <joel.falcou@u-psud.fr> wrote:
I've developepd this code snippet to detect if a type has the proper inner types for supporting result_of protocol :
It works fine under gcc and icc but fail under VC 9 with the following error :
I have something that has a similar goal, but it requires you to specify the function signature: http://tinyurl.com/bvbaba I'm not sure whether that strategy would work for you. Stjepan