
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)
-
DCL57-CPP. Do not let exceptions escape from destructors or deallocation functions (SEI CERT C++ Coding Standard)
-
DCL38-C. Use the correct syntax when declaring a flexible array member (SEI CERT C Coding Standard)
-
-
DCL37-C. Do not declare or define a reserved identifier (SEI CERT C Coding Standard)
-
DCL58-CPP. Do not modify the standard namespaces (SEI CERT C++ Coding Standard)
-
DCL53-CPP. Do not write syntactically ambiguous declarations (SEI CERT C++ Coding Standard)
-
DCL54-CPP. Overload allocation and deallocation functions as a pair in the same scope (SEI CERT C++ Coding Standard)
-
DCL52-CPP. Never qualify a reference type with const or volatile (SEI CERT C++ Coding Standard)
-