[phoenix] problem when trying to access member via arg1

Hi,
I have below test program in which I try to call a function on each
map object. It compiles and runs fine with gcc 4.5 but not on vc10. Is
arg1 and ->* operator supposed to work when arg1 is an object and not
pointer?
Or is there another way of accessing members with arg1 (i.e. without
phoenix::bind)?
Regards,
Chris
-----------------------
#include
participants (1)
-
Christian Hoffmann