...
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:
...