8 Jul
2006
8 Jul
'06
10:25 p.m.
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