Open TerrorJack opened 2 years ago
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.
#type
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.