Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Grammatical fixes

...

Storing the same pointer value in more than one smart pointer object simultaneously will eventually results result in undefined behavior when the smart pointer attempts to destroy the managed pointer value.

...