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 DCL36-CPP. Do not declare an identifier with conflicting linkage classifications.

...

Bibliography

Wiki Markup
\[[Banahan 03|AA. Bibliography#Banahan 03]\] [Section 8.2, "Declarations, Definitions and Accessibility"|http://publications.gbdirect.co.uk/c_book/chapter8/declarations_and_definitions.html]
\[[ISO/IEC 9899:1999|AA. Bibliography#ISO/IEC 9899-1999]\] Section 6.2.2, "Linkages of identifiers"
\[[Kirch-Prinz 02|AA. Bibliography#Kirch-Prinz 02]\]
\[[MISRA 04|AA. Bibliography#MISRA 04]\] Rule 8.1

...