Use the iterator returned by MapVector::insert to update the value in the map, instead of a second redundant map lookup.
9.2 KiB
9.2 KiB
Use the iterator returned by MapVector::insert to update the value in the map, instead of a second redundant map lookup.