Subject: [Boost-users] [preprocessor] How to transform sequence into sequence of tuples.
From: Mostafa (mostafa_working_away_at_[hidden])
Date: 2013-04-10 15:58:59


How would I go about doing the following transformation:

(a)(b)(c)(d) -> (a, b)(c, d)

Thanks,

Mostafa