[libcxx-commits] [libcxx] [libc++][ranges] LWG3610: `iota_view::size` sometimes rejects integer-class types (PR #155169)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 4 10:11:25 PST 2025
================
@@ -47,6 +47,12 @@ constexpr void testType() {
constexpr bool test() {
testType<SomeInt>();
+#ifndef TEST_HAS_NO_INT128
----------------
ldionne wrote:
Yes, what I'm saying is that I think we can expand the testing for `int128_t` further. This should arguably have been done in #167869 but late is better than never.
https://github.com/llvm/llvm-project/pull/155169
More information about the libcxx-commits
mailing list