From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2006-08-28 15:57:45


> -----Original Message-----
> From: boost-users-bounces_at_[hidden]
> [mailto:boost-users-bounces_at_[hidden]] On Behalf Of
> Roman Perepelitsa

> I have the following sequence
>
> #define SEQ (a)(b)(c)(d)
>
> I want to transform it to something like this
>
> F(a,b) F(b,c) F(c,d)
>
> How can I do it efficiently and elegantly?
>
> Thank you in advance.

Is F a macro?

Regards,
Paul Mensonides