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

Use inline in headers, extern inline in c files #490

Merged
merged 1 commit into from
Jun 12, 2023
Merged

Use inline in headers, extern inline in c files #490

merged 1 commit into from
Jun 12, 2023

Conversation

Dr-Emann
Copy link
Member

Don't use static inline for functions meant to be part of the API, so they should always get an external linkage version. static inline and extern inline shouldn't even work together, but it seems they do.

See #489, #487, #488

Don't use `static inline` for functions meant to be part of the API, so
they should always get an external linkage version. `static inline` and
`extern inline` shouldn't even work together, but it seems they do.

Also, add some formerly un-added externs, and brings extern declarations
together, since all the rest are together
@lemire lemire merged commit 0a432c0 into RoaringBitmap:master Jun 12, 2023
@lemire
Copy link
Member

lemire commented Jun 12, 2023

I will release.

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.

2 participants