
25 Nov
2008
25 Nov
'08
8:37 a.m.
I have a nary_expr grammar rule and in its associated tranform, I want to retrieves the actual tag. when< nary_expr<_ , bp::vararg<my_grammar> > , some_transform_using_the_tag(bp::_tag) > obviously proto::_tag doesn't exist. How can I retrieve this information ?