You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: