Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Iterator ranges must be valid ranges.  Passing two iterators where the first doesn't precede the second , or that don't both refer into the same container can result in undefined behavior equivalent to a buffer overflow.

...