From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2003-04-10 23:01:26


Paul Mensonides wrote:

> #define DECL(s, n, id, init, ...) \
> __VA_ARGS__ id ## n = init; \
> /**/
>
> CHAOS_PP_EXPR(CHAOS_PP_REPEAT(
> 5, DECL, x, "Aleksey Gurtovoy", std::string<char, my_traits<char>
> > ))

BTW, the 's' parameter above replaces the 'z' parameter in the CVS pp-lib. The
various states of the CVS pp-lib have all been merged into a single library
state. The reentrancy syntax: REPEAT_ ## z is gone altogether. E.g. there are
many differences, and I'll go into them more later.

Paul Mensonides