Description
Remove operator++(int) from the cursor class - it doesn't make sense for an input iterator like a cursor, and it's not needed either for compatibility with algorithms that use iterators.
Remove operator++(int) from the cursor class - it doesn't make sense for an input iterator like a cursor, and it's not needed either for compatibility with algorithms that use iterators.