How to get rid of brackets on C++ macro expansion?

For example, indstead of this macros(param1,param2,param3,param4,param5,param6,paramN);

;macros p1,pN
You can't.

And macros are evil. You should prefer inline functions over them when possible.
Topic archived. No new replies allowed.