Hi,
i had to use lower_bound() and upper_bound() methods of STL the other day, and i couldn't find in the reference what was returned in case of no element found. I assumed it was an iterator to the end of the container, and my code seems to behave correctly. If this is correct, would it be possible to add that info to the C++ reference for the containers that provide those methods?