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

Static functions are not supported #122

Closed
VisenDev opened this issue Dec 31, 2024 · 2 comments
Closed

Static functions are not supported #122

VisenDev opened this issue Dec 31, 2024 · 2 comments

Comments

@VisenDev
Copy link
Contributor

Compiling functions annotated with static does not work, I didn't see this mentioned anywhere in the limitations list.

Theoretically, this should be pretty easy to implement, because all that static does for a function is make it file scope, so it can be compiled in multiple translation units without causing multiply defined symbol errors.

@VisenDev
Copy link
Contributor Author

VisenDev commented Jan 1, 2025

Should be mitigated by #123

@laurenthuberdeau
Copy link
Collaborator

#123 was merged.

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

No branches or pull requests

2 participants