Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • The problem with const-correctness is that workerIntersections() is non-const, so it cannot be called in a const method. Thus, checkIntersections() cannot be const. Commented Dec 11, 2012 at 15:50
  • @undu - That makes your concern more clear, but I'm still closer to the camp of "so what?" I'll update my answer with some additional thoughts on this line. Commented Dec 11, 2012 at 16:04