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.
-
CON54-CPP. Wrap functions that can spuriously wake up in a loop (SEI CERT C++ Coding Standard)
-
-
OOP58-CPP. Copy operations must not mutate the source object (SEI CERT C++ Coding Standard)
-
MEM57-CPP. Avoid using default operator new for over-aligned types (SEI CERT C++ Coding Standard)
-
ERR61-CPP. Catch exceptions by lvalue reference (SEI CERT C++ Coding Standard)
-
-
ERR60-CPP. Exception objects must be nothrow copy constructible (SEI CERT C++ Coding Standard)
-
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)
-
ERR51-CPP. Handle all exceptions (SEI CERT C++ Coding Standard)