[libcxx-commits] [libcxx] [libc++][ranges] LWG3610: `iota_view::size` sometimes rejects integer-class types (PR #155169)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 24 08:57:19 PDT 2025
frederick-vs-ja wrote:
I wondering that whether we treat `__int128` as an extended integer type or an integer-class type. Also, I guess we should also cover `_BitInt(N)`, see also #74161.
It seems to me that criteria for integer-class types are not very clear. CC @cjdb @ldionne.
https://github.com/llvm/llvm-project/pull/155169
More information about the libcxx-commits
mailing list