[libcxx-commits] [libcxx] [libc++] Implement ranges::iota (PR #68494)
nicole mazzuca via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 25 10:09:40 PDT 2024
================
@@ -62,9 +63,7 @@ static_assert(std::is_same_v<in_found_result<int>, next_permutation_result<int>>
static_assert(std::is_same_v<in_found_result<int>, prev_permutation_result<int>>);
#if TEST_STD_VER >= 23
+static_assert(std::is_same_v<out_value_result<int, int>, iota_result<int, int>>);
----------------
strega-nil wrote:
I think this might be a merge thing, this should probably go after `fold_left_with_iter_result` on new line 68.
https://github.com/llvm/llvm-project/pull/68494
More information about the libcxx-commits
mailing list