[libcxx-commits] [libcxx] [libc++][ranges] LWG3610: `iota_view::size` sometimes rejects integer-class types (PR #155169)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 11 09:21:51 PST 2026
================
@@ -47,6 +47,12 @@ constexpr void testType() {
constexpr bool test() {
testType<SomeInt>();
+#ifndef TEST_HAS_NO_INT128
----------------
H-G-Hristov wrote:
I decided to create another PR with the updates to the tests and keep this PR related to LWG3610 strictly.
https://github.com/llvm/llvm-project/pull/155169
More information about the libcxx-commits
mailing list