$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost.preprocessor BOOST_PP_SEQ_FOR_EACH shows strange error messages
From: Will Mason (willchido_at_[hidden])
Date: 2011-08-07 13:34:01
Hello,
On Sun, Aug 7, 2011 at 12:05 PM, TONGARI <tongari95_at_[hidden]> wrote:
> 2011/8/7 aliko <ali.tlisov_at_[hidden]>
>
<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