windows8/phone8 integer bounds bug

Monkey Forums/Monkey Bug Reports/windows8/phone8 integer bounds bug

Skn3(Posted 2013) [#1]
I found a potential bug in window8/phone8. The following code will produce an error

Function Main:Int()
    Local blah:Int = -2147483648
    Return 0
End


error C4146: unary minus operator applied to unsigned type, result still unsigned



marksibly(Posted 2013) [#2]
I'm still thinking about this one and the best way to solve it, so you'll have to live with an ugly error for a while yet.


Skn3(Posted 2013) [#3]
ok np, wasn't sure if you had received the bug report.