>
>
> PS Stroustrup's comments about vectors are at best half right; push_back
> may extend the vector's length correctly, but operator[] on a vector
> certainly does not do bounds checking.
>

Sure it does, depending on how you configured the STL library. But this is
off topic :)
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to