Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot (jp)

...

Wiki Markup
\[[ISO/IEC 14882-2003|AA. C++ References#ISO/IEC 14882-2003]\] Section 9, "Classes"
\[[Sutter 00|AA. C++ References#Sutter 00]\] GotW #22: "Object Lifetimes - Part I"

...

OBJ30-CPP. A class method should not invoke its own virtual functions in its constructors or destructors.      13. Object Orientation (OBJ)      OBJ34-CPP. Ensure the proper destructor is called for polymorphic objects