From: Jerry E. <je...@no...> - 2017-06-11 13:23:36
|
Hello John Good to see someone grabbing the horse. Thank you. >> -- agg24No32bitIntAssumption.diff I noticed that AGG is littered with the constant 0x7FFFFFFF, INT_MAX for 32-bit integers. This patch replaces all of them with the INT_MAX/INT_MIN macros. Suggest these might be better replaced with the C++ standards in <limits> ? BR. |