Date: Sun, 21 Jun 2026 11:56:26 +0200
On 6/21/26 09:07, amngis_21d38 via Std-Proposals wrote:
> So why does C++ still not support arbitrary-precision integers?
Do you mean compile-time-sized ones such as the C facility _BitInt(n)
or variable-sized ones, where the size can grow as needed?
Jens
> So why does C++ still not support arbitrary-precision integers?
Do you mean compile-time-sized ones such as the C facility _BitInt(n)
or variable-sized ones, where the size can grow as needed?
Jens
Received on 2026-06-21 09:56:35
