Labelled content
Every content item in this list is tagged with all the required labels:
To add a label to the list of required labels, choose '+ labelname' from Related Labels.
To remove a label from the required labels, choose '- labelname' from above.
-
DCL59-CPP. Do not define an unnamed namespace in a header file (SEI CERT C++ Coding Standard)
-
EXP59-CPP. Use offsetof() on valid types and members (SEI CERT C++ Coding Standard)
-
OOP56-CPP. Honor replacement handler requirements (SEI CERT C++ Coding Standard)
-
MEM55-CPP. Honor replacement dynamic storage management requirements (SEI CERT C++ Coding Standard)
-
ERR51-CPP. Handle all exceptions (SEI CERT C++ Coding Standard)
-
MSC54-CPP. A signal handler must be a plain old function (SEI CERT C++ Coding Standard)
-
-
-
DCL57-CPP. Do not let exceptions escape from destructors or deallocation functions (SEI CERT C++ Coding Standard)
-
EXP52-CPP. Do not rely on side effects in unevaluated operands (SEI CERT C++ Coding Standard)