3
votes
3answers
174 views
Comparing default-constructed iterators with operator==
Does the C++ Standard say I should be able to compare two default-constructed STL iterators for equality? Are default-constructed iterators equality-comparable?
I want the following, using …
