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
Currently, #type only supports detecting integral and floating-point types in C. A pointer type will be mistakenly detected as a floating-point type. If no objections, I can put up a PR to fix this.
The text was updated successfully, but these errors were encountered:
Currently,
#type
only supports detecting integral and floating-point types in C. A pointer type will be mistakenly detected as a floating-point type. If no objections, I can put up a PR to fix this.The text was updated successfully, but these errors were encountered: