-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First cut of Buffer::erase returning next itr * Fixed bugs in tester for new erase * Buffer::erase now returns a non-const iterator; trying to get reverse working * Make sparta::Buffer::reverse_iterator behave more like an STL reverse_iterator - rbegin() iterator now correctly dereferences to the entry before end() - Minor quirk: because end() is a constant, rbegin() will always be valid after an erase() or pop_back() as long as the Buffer is not empty --------- Co-authored-by: Knute Lingaard <klingaard@gmail.com>
- Loading branch information
Showing
2 changed files
with
173 additions
and
56 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
Oops, something went wrong.