-
kraus authored
replace &(someVector[0]) with someVector.data() where the vector written but only read and where we can't be sure that if it has elements
0c88a665
replace &(someVector[0]) with someVector.data() where the vector written but only read and where we can't be sure that if it has elements