PP: how to use automatic recursion

Hello,
I am trying to generate many types from 1 struct (for full background, please see thread "generate structs with all combinations of members from a given struct"), with the help of Boost.PP
#include

AMDG Hicham Mouline wrote:
Look at http://sourceforge.net/projects/chaos-pp/. I believe that it has a mechanism to support recursion. In Christ, Steven Watanabe

On 1 February 2010 07:27, Hicham Mouline
Recursion is tricky, you're generally better of using the looping macros supplied by the preprocessor library. Did you see the macros in my previous email? http://lists.boost.org/boost-users/2010/01/55739.php Daniel
participants (3)
-
Daniel James
-
Hicham Mouline
-
Steven Watanabe