...
| CERT C++ Secure Coding Standard | PRE00-CPP. Avoid defining macros |
| ISO/IEC TR 24772:2013 | Pre-processor Directives [NMP] |
| MISRA - C:2012 | Rule 19.7Directive 4.9 (advisory) |
Bibliography
| [Dewhurst 2002] | Gotcha #26, "#define Pseudofunctions" |
| [FSF 2005] | Section 5.34, "An Inline Function Is as Fast as a Macro" |
| [Kettlewell 2003] | |
| [Summit 2005] | Question 10.4 |
...