C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Shorter fixed-width integer types

From: Sebastian Wittmeier <wittmeier_at_[hidden]>
Date: Wed, 2 Jul 2025 15:14:29 +0200
If something has at least (>=) 8 bits, then it can also have e.g. 16 bits? Even if bytes are 8 bits? -----Ursprüngliche Nachricht----- Von:Thiago Macieira via Std-Proposals <std-proposals_at_[hidden]> Though if the CHAR_BIT == 8 paper gets adopted, then uint_least8_t becomes obsolete: the type that has at least 8 bits is the type that has exactly 8 bits.

Received on 2025-07-02 13:23:28