> What about an iterator object? (that is, I'm no longer asking about > "iterator vs. const_iterator" but now "const_iterator" vs. "const > iterator const")
Never mind, your previous comment applies to this as well: >> The fact that end is not modified anywhere in the loop will be quickly >> discovered by compiler optimizations anyway. Thanks, Scott