mulle-objc-runtime icon indicating copy to clipboard operation
mulle-objc-runtime copied to clipboard

@encode of bitfelds discards unsigned/signed

Open mulle-nat opened this issue 3 years ago • 1 comments

@encode( struct names { int f0:2; unsigned f1:12;}) -> {names=b2b12}

mulle-nat avatar Sep 01 '20 22:09 mulle-nat

This is like Apple runtime does it. Would need to invent something here. Like 'B' for unsigned.

mulle-nat avatar Jan 03 '21 13:01 mulle-nat