Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: wordsmithing

...

In this noncompliant code example, a pointer to an object is used , prior to its lifetime starting, to call a nonstatic non-static member function of the object, prior to the beginning of the pointer's lifetime, resulting in undefined behavior:

...