Skip to content

Make vector access index-save

Accessing vector with bracket leads to undefined behavior outside of boundaries. Fixed this with an at() -> throws exception

Merge request reports

Loading