
25 Jun
2010
25 Jun
'10
9:20 p.m.
I need Boost.Bind to take up to 12 arguments (right now it only goes up to 10). How?
(before you criticize me for "too many arguments", this is in auto-generated code. So shush ;) )
If it really has to be Boost.Bind you'd have to hack the source. If you can use Boost.Phoenix.Bind there is a define (PHOENIX_COMPOSITE_LIMIT) you can set to control the number of available arguments.