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
{{ message }}
This repository was archived by the owner on Jul 17, 2024. It is now read-only.
The Bindable protocol (and the bindings array) should really be private, since they are an implementation detail. But once marked internal or private, we start getting fancy linker errors about witness table in the Release build. Maybe that’s a compiler/linker error that could be worked around with an appropriate flag?
The
Bindableprotocol (and thebindingsarray) should really be private, since they are an implementation detail. But once marked internal or private, we start getting fancy linker errors about witness table in the Release build. Maybe that’s a compiler/linker error that could be worked around with an appropriate flag?