
I've been trying to track down what the maximum number of arguments that can be added to boost::function<> is. I'm starting to believe that the maximum number is 10 arguments. As it seems that when I input 11 arguments VS complains with this error: Error 1 error C2079: 'my_func' uses undefined class
My declaration looks like as follows:
function

On Wed, Jun 25, 2008 at 3:55 PM, Ryan Lovelett
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. -- Ryan Lovelett Ryan.Lovelett@gmail.com
participants (2)
-
Ryan Lovelett
-
Steven Watanabe