
20 Aug
2007
20 Aug
'07
6:07 p.m.
From: "Taglioretti Roberto"
Hi, I have a problem with boot bind, in a my class there is this member:
void test(int i) throw(Error);
If I use bind(&test,obj,_1); I have a compilation error, instead if I change the member in
void test(int i);
all it works.
The following program works for me with VC 7.1.
#include