$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Wallin (dalwan01_at_[hidden])
Date: 2006-07-08 18:25:13
Cromwell Enage wrote:
> --- Daniel Wallin wrote:
>> Cromwell Enage wrote:
>>> 1. Will BOOST_PARAMETER_IMPL(name) expand to
>>> the name of the function that actually "owns"
>>> the main body of code?
>> No, or at least is doesn't at this point.
>
> Which macro should I use then? For better or for
> worse, some of my code needs to pass ArgumentPacks
> directly to other Boost.Parameterized functions.
Oh, I think I misunderstood what you wanted. BOOST_PARAMETER_IMPL(name)
expands to the name of the function that serves as an initial
entry-point, accepting an ArgumentPack. That isn't the function that
actually owns the main body of code, but I think it's what you want.
Correct?
-- Daniel Wallin