$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-07-08 07:22:35
Doug Gregor wrote:
> 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...).
Have you considered the possibility that he is right? ;-)