C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Slow bulky integer types (128-bit)

From: Peter Olsson <dataapa_at_[hidden]>
Date: Wed, 29 Mar 2023 16:29:35 +0200
> The standard already defines - as you suggested - two categories:
> standard integer types and extended integer types.
> It could really make sense to introduce - as you called it -
> `uintmax_oversize_t` -, or better named `uintmax_extended_t` to
> cover both stand and extended types.

Wouldn't uintmax_extended_t introduce the same problem again when
vendors wants to add new bigger extended integer types in the future?

Received on 2023-03-29 14:29:48