hxcpp icon indicating copy to clipboard operation
hxcpp copied to clipboard

Support unsigned long values for Dynamic

Open singpolyma opened this issue 10 months ago • 4 comments

Fixes ambiguous calls when compiling with Xcode

singpolyma avatar Apr 14 '25 19:04 singpolyma

It looks nice but may break backwards compatibility.

barisyild avatar Apr 15 '25 15:04 barisyild

why would it break compatibility? anything using an unsigned long (or equivalent) before would fail to compile

singpolyma avatar Apr 15 '25 15:04 singpolyma

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?

barisyild avatar Apr 15 '25 15:04 barisyild

It shouldn't affect the behaviour of anything existing, except that some that would not compile before will compile now.

singpolyma avatar Apr 15 '25 15:04 singpolyma