$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::bind and max #args
From: Gevorg Voskanyan (v_gevorg_at_[hidden])
Date: 2010-03-20 18:19:45
Peter Dimov wrote:
> Andrej van der Zee wrote:
>> Hi,
>>
>> I need to call
>> boost::bind with 10 arguments. I believe that the
>> maximum is nine. Is
>> there a way to increase this?
>There isn't, sorry.
Andrej,
You might try using lambda::bind, which does seem to support functions with up to 10 parameters.
HTH,
Gevorg