...
| SEI CERT C++ Coding Standard | ERR61-CPP. Catch exceptions by lvalue reference |
| SEI CERT C Coding Standard |
Bibliography
| [Dewhurst 0302] | Gotcha #38, "Slicing" |
| [ISO/IEC 14882-2014] | Subclause 12.8, "Copying and Moving Class Objects" |
| [Sutter 00] | Item 40, "Object Lifetimes—Part I" |
...