RE: [boost] mpl transform

2002-11-26 Thread Aleksey Gurtovoy
David Abrahams wrote: > Well I hope that was all instructive, but it was probably way more > complicated than neccessary. I think it would actually be far superior > to build a solution around an mpl iterator adaptor like this one: > >template struct zip_iterator >{ > typedef type

Re: [boost] mpl transform

2002-11-25 Thread David Abrahams
"vladimir josef sykora" <[EMAIL PROTECTED]> writes: > Hello, > Is there a way to apply a binary operation over two sequences? > For example, I have two sequences: LHSseq and RHSseq. I want now to > construct the return type, which is a sequence that cointains the result > types of applying a binar