The joy of max()
The joy of max()
Posted Mar 30, 2018 22:45 UTC (Fri) by adobriyan (subscriber, #30858)Parent article: The joy of max()
And anecdote says: and these people tell me to stop picking nose.
Posted Mar 30, 2018 23:38 UTC (Fri)
by adobriyan (subscriber, #30858)
[Link]
size_t a = min_t(size_t, PAGE_SIZE, count);
The joy of max()
This horror probably kills my wet dream of deleting many "min_t" usages: