Instead of using find and then inserting into the map, we can use insert and fix up the version using the iterator if the insert fails.
40 KiB
40 KiB
Instead of using find and then inserting into the map, we can use insert and fix up the version using the iterator if the insert fails.