[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:39 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:
nit: this should go below `in_value_result`, as it is later in both the standard and is alphabetically later.
https://github.com/llvm/llvm-project/pull/68494
More information about the libcxx-commits
mailing list