Re: [Boost-users] Boost::Bind Problem

21 Sep
2013
21 Sep
'13
3:24 p.m.
Try use TestBind f(boost::bind(boost::type<TestBind::t_ProcessFunctionInt>(), (&Test::process), &t1, _1)); for ambiguity. Either ...boost::bind<TestBind::t_ProcessFunctionInt>..., but less portable.
4278
Age (days ago)
4278
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sergey Zhuravlev