Hi That change from '(~a + 1)' to '-a' makes the MSVC compile fail if SDL is enabled. <img width="396" height="149" alt="Image" src="https://github.com/user-attachments/assets/38598fb1-5a3b-4fb7-b56a-6f88ed2fec71" /> We are using SDL option for many other reason. Why is it changed to '-a' ? Link: https://c.godbolt.org/z/7aMdf3s8a Thomas
Hi
That change from '(~a + 1)' to '-a' makes the MSVC compile fail if SDL is enabled.
We are using SDL option for many other reason.
Why is it changed to '-a' ?
Link: https://c.godbolt.org/z/7aMdf3s8a
Thomas