
7 Jul
2004
7 Jul
'04
8:13 p.m.
On Wednesday 07 July 2004 5:41 am, Peter Dimov wrote:
Doug Gregor wrote:
We just ran into a need for passing 12 arguments to boost::bind(), which only supports up to 9 arguments.
Twelve arguments? I'd like to see that example. ;-)
It's a good one :) In this case, I almost had a nonbeliever convinced that bind was The Way, and it was all good until his function jumped from 9 arguments to 12. He's now switched over to a configuration object and is picking on me because templates did lead to more readable code (but not in the way we wanted...). C'mon, take a hit of the preprocessor metaprogramming crack. You *know* you want to :) Doug