$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [parameter] Redefining BOOST_PARAMETER_MAX_ARITY
From: Jamie Allsop (ja11sop_at_[hidden])
Date: 2008-10-13 09:34:48
Jamie Allsop wrote:
> Should I expect to be able to redefine BOOST_PARAMETER_MAX_ARITY and be
> able to compile?
> <http://www.boost.org/doc/libs/1_36_0/libs/parameter/doc/html/reference.html#boost-parameter-max-arity>
>
My bad ... this does exactly what it says on the tin. I had included a
previous reference to one of the parameter header files and had in fact
redefined it... in all the error messages I had missed the obvious.
Apologies for the noise.
Jamie
>
> For example using,
>
[ snip ]