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
The assertion fail goes away if I switch the order, defining the generic struct first before declaring it without the _For_any. It is also fixed if the pre-declaration declares the struct with the generic (struct hash _For_any(K)).
Presumably this related to the unfinished work on generic structs for issue #644
The text was updated successfully, but these errors were encountered:
The assertion fail goes away if I switch the order, defining the generic struct first before declaring it without the
_For_any
. It is also fixed if the pre-declaration declares the struct with the generic (struct hash _For_any(K)
).Presumably this related to the unfinished work on generic structs for issue #644
The text was updated successfully, but these errors were encountered: