Skip to content

Remap BOOLEAN to bool#3376

Merged
kennykerr merged 5 commits intomasterfrom
sans-boolean
Dec 10, 2024
Merged

Remap BOOLEAN to bool#3376
kennykerr merged 5 commits intomasterfrom
sans-boolean

Conversation

@kennykerr
Copy link
Collaborator

Building on #3373, this further simplifies Boolean support so that there is now only one "special" type namely BOOL which cannot easily be avoided due to crazy APIs that use it for more than just binary true/false values.

BOOLEAN however has the same representation as bool and is never used for anything other than true (1) or false (0).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant