Map and set rehash bug fix
This version fixes a bug in map and set that could theoretically cause a crash when cc_shrink
prompts a full-table rehash. The bug was reported in CC’s sister library, Verstable. In testing, I managed to trigger this bug using an (illegal) maximum load factor higher than 1.0.