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

C++ compiler reject sizeof of anonymous structs #186

Merged
merged 1 commit into from
May 28, 2024

Conversation

buschulte
Copy link
Contributor

@buschulte buschulte commented May 28, 2024

when trying to include the raft.h with extern "C" it's not working because the do not allow sizeof checks with non-named structs. used for compatibility checks.

@freeekanayaka freeekanayaka added the downstream Trigger downstream tests label May 28, 2024
@freeekanayaka
Copy link
Member

Looks good to me, thanks!

@freeekanayaka freeekanayaka merged commit e104569 into cowsql:main May 28, 2024
43 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
downstream Trigger downstream tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants