...
SEI CERT C++ Coding Standard | VOID DCL15-CPP. Declare file-scope objects or functions that do not need external linkage in an unnamed namespace |
MISRA C:2012 | Rule 8.7 (advisory) |
...
ISO/IEC 9899:2011 | Subclause 6.2.2, "Linkages of Identifiers" |
...
...
SEI CERT C++ Coding Standard | VOID DCL15-CPP. Declare file-scope objects or functions that do not need external linkage in an unnamed namespace |
MISRA C:2012 | Rule 8.7 (advisory) |
...
ISO/IEC 9899:2011 | Subclause 6.2.2, "Linkages of Identifiers" |
...