
7 Aug
2011
7 Aug
'11
11:34 a.m.
Hello, On Sun, Aug 7, 2011 at 12:05 PM, TONGARI <tongari95@gmail.com> wrote:
2011/8/7 aliko <ali.tlisov@gmail.com>
<snip>
#define WITH_NUMBERS(Z0, Z1, SEQ) BOOST_PP_SEQ_ELEM(1, SEQ),
BOOST_PP_SEQ_ELEM(2, SEQ),
I don't think you want to end this line with a comma. Cheers, Will