hxcpp
hxcpp copied to clipboard
Support unsigned long values for Dynamic
Fixes ambiguous calls when compiling with Xcode
It looks nice but may break backwards compatibility.
why would it break compatibility? anything using an unsigned long (or equivalent) before would fail to compile
why would it break compatibility? anything using an unsigned long (or equivalent) before would fail to compile
Isn't this change likely to affect the behavior of existing projects?
It shouldn't affect the behaviour of anything existing, except that some that would not compile before will compile now.