Opened 6 weeks ago

#314 new enhancement

Disallow implicit conversion from arithmetic type to char

Reported by: f37yu Owned by:
Priority: major Component: cfa-cc
Version: 1.0 Keywords:
Cc:

Description

char overloads are not intended to be used by arithmetic types and usually have distinct behavior (e.g. sout prints a character instead of numeric value) so we should disallow overloads to be resolved to the char variant.

Conversion from char to arithmetic types should still be allowed.

Change History (0)

Note: See TracTickets for help on using tickets.