blitz
blitz copied to clipboard
Use numeric_limits instead of INT_MAX/MIN
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.