
1 Jun
2007
1 Jun
'07
12:55 p.m.
On 06/01/2007 06:35 AM, Larry Evans wrote: [snip]
where the expression tree node argument remains "packaged":
(expr<Tag, Left, Right> const &expr)
in contrast to the unpacked version:
(Tag, Left const &left, Right const &right)
shown in, for example:
http://boost-sandbox.sourceforge.net/libs/proto/doc/html/boost_proto/user_s_...
Actually, from calculator.html, I guess the packaged version would be: (expr<Tag, args2<Left, Right>, 2> const &expr) [snip]