$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-06-25 17:16:50
AMDG
Ryan Lovelett wrote:
> So now I've hit the next logical error in this that, I believe is a
> related issue. boost::bind() only allows for 10 arguments, so I
> assume I'm going to either have to specify a processor that allows
> bind to take 20 arguments. Or am going to have to extend bind to
> allow it to take more? Any help pointing me in the right direction
> would be greatly appreciated.
For bind, there is no PP symbol which can adjust the limit. Take a look at
the header boost/bind.hpp. Everything is written out explicitly.
In Christ,
Steven Watanabe