4 ms·
if (size + size < size) { I know size_t wraps around on overflow so this would actually work, but this still makes me do a double take.
by iamevn 2y ago
if (size + size < size) {
I know size_t wraps around on overflow so this would actually work, but this still makes me do a double take.