Tagged Questions
2
votes
2answers
121 views
how can a compiler that recognizes the iterators be implemented?
I have been using iterators for a while and I love them.
But although I have thought hard about it, I could not figure out "how a compiler that recognizes the iterators" be implemented. I have also ...