$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 10:51:51
Manfred Doudar wrote:
> Hello,
>
> Thinking maybe little to late in the night at my end, but can see how
> to generate the following:
>
> T0*
> T0*, T1*
> T0*, T1*, T2
#define MAKE_TYPE(z,n,t) BOOST_PP_CAT(T,n)*
BOOST_PP_ENUM(10,MAKE_TYPE,~)