18 Mar
2009
18 Mar
'09
7:04 p.m.
AMDG Sandeep Gupta wrote:
On Tue, Mar 17, 2009 at 8:40 PM, Steven Watanabe
wrote: It's okay to create a function objects like those in phoenix http://www.boost.org/libs/spirit/phoenix/doc/html/phoenix/container.html as long as you don't bind a member pointer in the process.
Would trouble you for one more clarification regarding this issue. How do we go about binding overloaded member functions without specifying exact signature. From what I could gather to adapt overloaded functions we need the full signature.
You have to use a forwarding function object like those I referred to above. In Christ, Steven Watanabe