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 …
4
votes
Embedding SVN Revision number at compile time in a Windows app
You can get SVN to embed it for you, if that will solve the problem. See the $Rev$ keyw …
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' …
