Skip to content

Conversation

@stefanriemens
Copy link
Collaborator

Use pointer arithmatic instead of iterators. This is still ugly code, but at least it is now valid C++ and, not unimportantly... it actually compiles, as opposed to Ilyass' fix in #39

…d that takes iterators for no good reason. Instead, use pointer arithmatic instead of iterators - pointing one-past-the-end is valid, so this is is a valid way to fix the original deref-an-end-iterator-is-illegal bug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants