28 Aug
2006
28 Aug
'06
7:57 p.m.
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] 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