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
Tags could be seen as an interesting feature to implement logic that behaves differently depending on whether a pointer or an integer value was passed to a function. This triggers two issues:
Relying on tags to distinguish pointers from integer values does not distinguish valid and invalid pointers, and it's simply invalid.
Relying on tags makes it harder to upstream changes.
The document should make a developer aware of consequences of such decision.
The text was updated successfully, but these errors were encountered:
Tags could be seen as an interesting feature to implement logic that behaves differently depending on whether a pointer or an integer value was passed to a function. This triggers two issues:
The document should make a developer aware of consequences of such decision.
The text was updated successfully, but these errors were encountered: