[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
Tue Dec 2 15:11:33 PST 2025


================
@@ -47,6 +47,12 @@ constexpr void testType() {
 
 constexpr bool test() {
   testType<SomeInt>();
+#ifndef TEST_HAS_NO_INT128
----------------
ldionne wrote:

While we're at it, I suppose we could/should add `int128_t` support for the remaining member functions of `iota_view`?

https://github.com/llvm/llvm-project/pull/155169


More information about the libcxx-commits mailing list