Wrapped some commas generated by the macro within parenthesis so to make it easier to use these macros within other macros. However, unwrapped commas from initialization list = { ... } (necessary for TPL workaround) and from functor member initializers : ... cannot be wrapped but they always contribute to a total of 2 * n - 1 tokens (token1, token2, ...) separated by unwrapped commas where n is the number of bound variables (I'm not sure in case non-bound parameter are used).
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.