Skip to content

Remove MVM_EXPORT from static inline functions. #55

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

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

davidchisnall
Copy link
Contributor

A static inline function, by definition, exists in the compilation unit that includes the header, it is not part of an interface exported from another compilation unit.

A static inline function, by definition, exists in the compilation unit
that includes the header, it is not part of an interface exported from
another compilation unit.
@coder-mike
Copy link
Owner

Thanks, yes, good point.

@coder-mike coder-mike merged commit 2dd7e0f into coder-mike:main Feb 1, 2023
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