d44017189e
Motivation: We not need to do an extra conditional check in retain(...) as we can just check for overflow after we did the increment. Modifications: - Remove extra conditional check - Add test code. Result: One conditional check less.