Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot (vkp) v1.0

...

This rule appears in the C++ Secure Coding Standard as PRE30-CPP. Do not create a universal character name through concatenation.

...

Bibliography

Wiki Markup
\[[ISO/IEC 10646-2003|AA. Bibliography#ISO/IEC 10646-2003]\]
\[[ISO/IEC 9899:1999|AA. Bibliography#ISO/IEC 9899-1999]\] Section 5.1.1.2, "Translation phases," Section 6.4.3, "Universal character names," and Section 6.10.3.3, "The ## operator"

...

Image RemovedPRE13-C. Avoid changing control flow in macro definitions      01. Preprocessor (PRE)      PRE31-C. Avoid side-effects in arguments to unsafe macros