25 Jun
2008
25 Jun
'08
9:16 p.m.
AMDG Ryan Lovelett wrote:
So now I've hit the next logical error in this that, I believe is a related issue. boost::bind() only allows for 10 arguments, so I assume I'm going to either have to specify a processor that allows bind to take 20 arguments. Or am going to have to extend bind to allow it to take more? Any help pointing me in the right direction would be greatly appreciated.
For bind, there is no PP symbol which can adjust the limit. Take a look at the header boost/bind.hpp. Everything is written out explicitly. In Christ, Steven Watanabe