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
Fix Clang compilation: make static functions inline (#92)
Add inline keyword to static functions in headers to comply with
Clang's stricter ODR checks. This fixes compilation errors on macOS arm64 builds with Apple Clang.
0 commit comments