Sebastian, 

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
Daniel Bradburn

2012/4/24 Roman Perepelitsa <roman.perepelitsa@gmail.com>
2012/4/24 Sebastian Pfützner <s.pfuetzner@onlinehome.de>
Hello,

I often write something like

#define TEXT(z, n, data) data
BOOST_PP_ENUM(5, TEXT, xxx)

in my code to create a comma separated list of words. Is there already a macro
like TEXT in boost? Or is there a even better way to do what I want?

There is BOOST_PP_ENUM_PARAMS.

    BOOST_PP_ENUM_PARAMS(5, xxx)

Roman Perepelitsa. 

_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users