$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Preprocessor] ternary identity macro
From: Sebastian Pfützner (s.pfuetzner_at_[hidden])
Date: 2012-04-24 10:46:15
Daniel Bradburn <moagstar <at> gmail.com> writes:
>
> I think to get the desired effect will need to use BOOST_PP_INTERCEPT to
suppress the number:
>
> BOOST_PP_ENUM_PARAMS(5, SomeText BOOST_PP_INTERCEPT)
> Regards
>
Thanks, that is a good solution.