$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: aliko (ali.tlisov_at_[hidden])
Date: 2011-08-07 17:49:50
On 07.08.2011 21:05, TONGARI wrote:
> BOOST_PP_SEQ_FOR_EACH cannot be used recursively, I have no solution :/
And BOOST_PP_LIST_FOR_EACH also can't be used the same way?
Maybe someone could suggest another strategy to achieve my goals?
Based on the definition described in first message firstly I'd like to 
construct array
int bounds[] = {1000,4000, 0, 20000, 4000, 20000, 0, 10000, 4000, 20000, 
0, 3000, 1000, 4000, 0, 20000, 4000.....}
If I accomplish this task someway maybe I'll understood how to construct 
other structures.