-
Notifications
You must be signed in to change notification settings - Fork 730
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Calling Scroll->current() on an invalid Iterator should be avoided: the Iterator documentation states that code should first call "valid()" before accessing the "current()" value. Not doing so can lead to unexpected results. Scroll will throw an InvalidException when trying to call "current()" on an invalid state.
- Loading branch information
Showing
1 changed file
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters