Skip to content

Acts 92 vector access

Julia Hrdinka requested to merge ACTS-92_vectorAccess into master

Changed access of members at a certain entry of a std::vector from the operator[] to the function at() in the whole Core. This ensures that an exception is thrown in case the entry does not exist. Fixes ACTS-92.

Merge request reports