[ub] Sized integer types and char bits
Ville Voutilainen
ville.voutilainen at gmail.com
Fri Oct 18 18:26:25 CEST 2013
On 18 October 2013 19:14, Gabriel Dos Reis <gdr at axiomatics.org> wrote:
> Herb Sutter <hsutter at microsoft.com> writes:
>
> | 18.4.1 in the current working draft has:
> |
> | typedef signed integer type int8_t; // optional
> | typedef signed integer type int16_t; // optional
> | typedef signed integer type int32_t; // optional
> | typedef signed integer type int64_t; // optional
> | typedef signed integer type intptr_t; // optional
> | typedef unsigned integer type uint8_t; // optional
> | typedef unsigned integer type uint16_t; // optional
> | typedef unsigned integer type uint32_t; // optional
> | typedef unsigned integer type uint64_t; // optional
> | typedef unsigned integer type uintptr_t; // optional
> |
> | Does it really make sense for these to still be optional?
>
> I would be very grateful if EWG (and C liaisons?) claimed ownership of
> these issues [ and took them of my yard :-)]
>
>
>
>
Would anyone like to summarize the EWG issue people desire to raise? Just
making the optional int types non-optional? Something further than that as
well?
Nailing down CHAR_BIT? Anything else?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.open-std.org/pipermail/ub/attachments/20131018/6a329ece/attachment.html
More information about the ub
mailing list