12 Aug
2009
12 Aug
'09
11:26 a.m.
2009/8/12 Hicham Mouline
Hello,
I have const size_t MaxNumber = 16;
Can I generate this: const size_t elts[MaxNumber] = {0, 1, ..., 15};
with Boost.PP?
I suppose I need to #define MaxNumber for PP?
#include <iostream>
#include <iterator>
#include