Acts 92 vector access
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.
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.