[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:38 PDT 2024
================
@@ -42,6 +42,9 @@ namespace ranges {
template <class I>
struct in_found_result; // since C++20
+ template <class O, class T>
----------------
strega-nil wrote:
Also, you shouldn't do this in this PR, but I think it would be nice if we centralized all the result types into one file in a future change.
https://github.com/llvm/llvm-project/pull/68494
More information about the libcxx-commits
mailing list