eviltwin69(a)cableone.net wrote:
I was under the impression that there was bounds checking going on
with
vectors. Is this not the case?
Not necesserally: if you are using operator (), yes, if you use
operator [], no.
David
Sorry, you should read "vec.at(index) does bound checking, not
vec[index]"
David