[libcxx-commits] [libcxx] [libcxx] applies integer-like changes from [P2393R1] (PR #74161)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jul 20 07:50:57 PDT 2025
frederick-vs-ja wrote:
P2393R1 added a requirement that "the width of an integer-class type is greater than that of every integral type of the same signedness". So do we need some additional changes to ensure that `_BitInt(2)`, … `_BitInt(64)` are not integer-class types, while `_BitInt(65)` and so on are?
https://github.com/llvm/llvm-project/pull/74161
More information about the libcxx-commits
mailing list