Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace _Bool with bool to make c++ compiler happy #675

Closed
wants to merge 2 commits into from

Conversation

DenisBiryukov91
Copy link
Contributor

@DenisBiryukov91 DenisBiryukov91 commented Sep 17, 2024

bool is available since C99.
This still does not address the issue of potentially different representation of bool in C vs C++
Also replaces asm argument name which is a reserved keyword in asm windows stub.

Copy link

PR missing one of the required labels: {'breaking-change', 'new feature', 'dependencies', 'bug', 'documentation', 'internal', 'enhancement'}

@DenisBiryukov91 DenisBiryukov91 added the internal Changes not included in the changelog label Sep 17, 2024
@DenisBiryukov91 DenisBiryukov91 changed the title Fix bool to make c++ compiler happy Replace _Bool into bool to make c++ compiler happy Sep 17, 2024
@DenisBiryukov91 DenisBiryukov91 changed the title Replace _Bool into bool to make c++ compiler happy Replace _Bool with bool to make c++ compiler happy Sep 17, 2024
@DenisBiryukov91 DenisBiryukov91 marked this pull request as draft September 17, 2024 09:35
@DenisBiryukov91
Copy link
Contributor Author

Superseded by #679

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes not included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant