$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] BOOT_PP_REPEAT simple nesting problem
From: Matt Calabrese (rivorus_at_[hidden])
Date: 2014-09-21 00:46:26
On Sat, Sep 20, 2014 at 6:35 AM, Colin Fowler <fowler_at_[hidden]> wrote:
>
>
> I've tried nesting BOOST_PP_REPEAT but so far I've been unable to produce
> the desired behaviour unless I hardcode one of the iteration counts.
>
To "recurse" you need to use use the BOOST_PP_REPEAT_ <z> form.
-- -Matt Calabrese