3
votes
3answers
172 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 …
1
vote
How should I detect unnecessary #include files in a large C++ project?
If you're interested in this topic in general, you might want to check out Lakos' …
