...
Tool | Version | Checker | Description | ||||||
| 4260,4261,4273,4274, 4275,4276,4277,4278, 4279,4280,4281,4282 |
...
[Dewhurst 03] Gotcha 75: Calling Virtual Functions in Constructors and Destructors
[Sutter 04] Item 49: Avoid calling virtual functions in constructors and destructors.
[Lockheed Martin 05] AV Rule 71.1 A class’s virtual functions shall not be invoked from its destructor or any of its constructors.
...
OOP07-CPP. Do not inherit from multiple classes that have distinct objects with the same name 013. Object Oriented Programming (OOP) DCL34-CPP. Do not write syntactically ambiguous declarations