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
Previously, the structure of the macro meant that the return type was
inferred to () when no type was specified. This relied on an edge case
in the compiler and will produce undefined behavior in the future.
This fixes#62.
0 commit comments