Skip to content
Snippets Groups Projects
Commit eb1425c2 authored by Sam Yates's avatar Sam Yates Committed by Benjamin Cumming
Browse files

Fix for improper vector element access. (#919)

Avoid use of empty ranges determined by expressions `&vector[i]` where i equals vector.size(). Replace with expressions using `vector.data()` or subrange views.

Fixes #917.
parent 3cae324e
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment