blitz icon indicating copy to clipboard operation
blitz copied to clipboard

Use numeric_limits instead of INT_MAX/MIN

Open slayoo opened this issue 7 years ago • 0 comments

Migrated from https://sourceforge.net/p/blitz/feature-requests/3/

As reported by @zeekec on 2008-05-20:

Currently INT_MAX, INT_MIN, and other C macros are used to flag special values. It would be more C++ish to use numeric_limits for those values instead.

slayoo avatar Sep 21 '18 17:09 slayoo