|
Boost : |
From: Yossi.Itzkovich_at_[hidden]
Date: 2004-07-14 21:30:40
Hi,
BOOST_PP_REPEAT works great for me when used like:
#define MAX 5
#define CODE my_code_goes_here
BOOST_PP_REPEAT(MAX, CODE, )
But it gets confused when used like:
#define MAX (4+1)
Is ther a work around ?
I even tried:
#define MAX (4+1)
const int myMax=MAX;
BOOST_PP_REPEAT(myMax, CODE , )
but still no luck.
Any help ?
Thanks
Yossi
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk