Opened 6 years ago

#85 new defect

character types

Reported by: pabuhr Owned by:
Priority: minor Component: cfa-cc
Version: 1.0 Keywords:
Cc:

Description

Character types char_16, char32, and wchar_t are typedefs for short, int, and long int (or some such). Hence, it is impossible to over load on these essentially basic types.

Cforall should make these 3 types into basic types to allow overloading, similar to making char, signed char, and unsigned char into separate types.

Change History (0)

Note: See TracTickets for help on using tickets.