24 Feb
2018
24 Feb
'18
1:26 a.m.
Hi,
I refer specifically to the "unsigned long" to "uintptr_t" changes, not to all changes in general. Is there any danger in doing this change on other platforms?
No, there is no danger. <stdint.h> with intptr_t and uintptr_t is supported on all platforms for at least 3 years. Microsoft MSVC was the last system to implement it. But one can not rely on everything that is supposed to be present in <stdint.h>. See https://www.gnu.org/software/gnulib/manual/html_node/stdint_002eh.html for details. Bruno