13 Aug
2010
13 Aug
'10
8:27 p.m.
Say I have an array: ArgumentType arguments[ argumentCount ]; where argumentCount is a size_t template parameter. I would like to generate, at compile time, a comma-delimited list of the form: arguments[0], arguments[1], arguments[2], ...arguments[argumentCount-1] Can this be accomplished using Boost.Preprocessor or by some other method?