
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.
-
INT50-CPP. Do not cast to an out-of-range enumeration value (SEI CERT C++ Coding Standard)
-
ERR58-CPP. Handle all exceptions thrown before main() begins executing (SEI CERT C++ Coding Standard)
-
OOP53-CPP. Write constructor member initializers in the canonical order (SEI CERT C++ Coding Standard)
-
DCL58-CPP. Do not modify the standard namespaces (SEI CERT C++ Coding Standard)
-
ERR55-CPP. Honor exception specifications (SEI CERT C++ Coding Standard)
-
-
-
CTR58-CPP. Predicate function objects should not be mutable (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)