4 Jun
2013
4 Jun
'13
12:33 a.m.
AMDG On 06/03/2013 01:15 PM, Chris Stankevitz wrote:
Hello,
Can you please help me uncomment out the last "bind" of the program pasted below? The problem is that it will require some kind of mechanism to dereference the shared_ptr.
Use Boost.Phoenix which has support for operators. using boost::phoenix::bind; using boost::phoenix::placeholders::_1; bind(x, *bind(GetC, _1)) In Christ, Steven Watanabe