I am using the advance() auxiliary STL iterator function to move a map
iter forward, but I read that there is no check to keep the iter from
pointing past the end of the map. How is this problem normally
solved?
iter forward, but I read that there is no check to keep the iter from
pointing past the end of the map. How is this problem normally
solved?
Comment