Boost logo

Boost Users :

From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-07-21 19:03:52


AMDG

Kevin Jenkins wrote:
> First time poster. I found Boost over the weekend and have to say it's
> a great library! It's enabled me to do things in C++ I didn't think
> were possible before.
>
> I'm posting because I'm having a problem with boost::fusion::invoke.
> I'm using it to call a function with a list of predefined parameters.
> I found that if I have 6 or fewer parameters, everything compiles
> fine. If I have 7 or more parameters, it doesn't compile. I verified
> that it's not the parameters by removing the first 4 and leaving the
> last 5 (which was OK).

compile with -DBOOST_FUSION_INVOKE_MAX_ARITY=9

See
http://svn.boost.org/trac/boost/browser/trunk/boost/fusion/functional/invocation/limits.hpp

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net