Skip to content

Don't use char as an 8-bit type for %I8 if its size is not 8-bits. #215

@eyalroz

Description

@eyalroz

Our MSVC specifier support code currently assumes that char has 8 bits. While that's very common - it is not actually mandatory. So, when that's not the case, let's not use it for %I8 and just assume there is no 8-bit type we can use (and drop support for that specifer).

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingplatform-incompatibilityThe library is making assumptions causing it to fail on platforms where they do not hold.resolved-on-developA changeset fixing this issue has been commiutted to the development branch

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions