Making boost.bind take more arguments

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 ;) ) Thanks, -- Clark

On Fri, 25 Jun 2010 12:16:52 -0300, Clark Gaebel <cg.wowus.cg@gmail.com> wrote:
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 ;) )
Thanks, -- Clark _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
auto-generated code is not reason to create functions with 12 parameters ;) Change your code generator.
participants (2)
-
Clark Gaebel
-
Dmytro Ovdiienko