$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [preprocessor] add pointer to T..
From: joel falcou (joel.falcou_at_[hidden])
Date: 2010-05-30 11:14:47
joel falcou wrote:
> #define MAKE_TYPE(z,n,t) BOOST_PP_CAT(T,n)*
> #define MAKE_ROW(z,n,t) BOOST_PP_ENUM(n,MAKE_TYPE,~)
>
> BOOST_PP_REPEAT(10,MAKE_ROW,~)
I missed your need, you may just need to use BOOST_PP_FOR or
BOOST_PP_ITERATE over your code calling the MAKE_TYPE in BOOST_PP_ENUM