I tried to run a program that compiled correctly and I get an error message:

Debug Assertion Failed!
...
Expression: vector iterator not dereferencable
...


What does this mean and why does it say a vector iterator isn't dereferencable?

thanks