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
Right now there is e.g. both CF_HYDRATION_POLICY_PRIMARY_USHORT and CF_HYDRATION_POLICY_PRIMARY, the latter being the type used for enum values (e.g. CF_HYDRATION_POLICY_FULL) and the former being used in data structures (e.g. CF_HYDRATION_POLICY). This means that the constants can't actually be used type-safely and need to be converted through a u16. Ideally the _USHORT types would just be removed.
The text was updated successfully, but these errors were encountered:
Right now there is e.g. both
CF_HYDRATION_POLICY_PRIMARY_USHORT
andCF_HYDRATION_POLICY_PRIMARY
, the latter being the type used for enum values (e.g.CF_HYDRATION_POLICY_FULL
) and the former being used in data structures (e.g.CF_HYDRATION_POLICY
). This means that the constants can't actually be used type-safely and need to be converted through a u16. Ideally the_USHORT
types would just be removed.The text was updated successfully, but these errors were encountered: