Does anyone know what the following is supposed to mean?
terminate called after throwing an instance of 'std::out_of_range'
what(): vector::_M_range_check
Abort (core dumped)
Last edited on
After you overstepped the array, std::vector threw the exception std::out_of_range.