
8 Mar
2005
8 Mar
'05
11:39 a.m.
"Jonathan Turkanis" <technews@kangaroologic.com> wrote in message news:d0if58$v09$1@sea.gmane.org...
http://osl.iu.edu/~tveldhui/papers/Expression-Templates/exprtmpl.html
I use same technique in my library. I came to it without any articles about expression templates, but I use same names with example from that article. Amazing! But N-arity operations do not come out easily from expression templates and parsing tree on more than one level is the most challenging part of my library. Even now I still have minor problems with it.
It looks like they parse that tree only one level, but I've downloaded it to have a closer look. -- Pavel Chikulaev