Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix invalid ranges for empty relations #101

Merged
merged 1 commit into from
Jul 21, 2020

Conversation

tmadlener
Copy link
Collaborator

BEGINRELEASENOTES

ENDRELEASENOTES

Fixes #100

Apparently for the non-const version this has already been fixed a long time ago by #16 . This just adds the same fix for the const versions.

In the current implementation the test is not extremely informative, but it at least fails if the iterator range is invalid.

@tmadlener tmadlener mentioned this pull request Jun 29, 2020
7 tasks
@hegner hegner merged commit 7f47b5c into AIDASoft:master Jul 21, 2020
@tmadlener tmadlener deleted the fix-invalid-iterators branch August 5, 2020 08:17
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.

Const types can return invalid iterator ranges
2 participants