[libcxx-commits] [libcxx] [libc++] Implement ranges::iota (PR #68494)
nicole mazzuca via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 27 00:32:24 PDT 2024
================
@@ -1587,6 +1588,10 @@ module std_private_numeric_pstl [system] {
export *
}
module std_private_numeric_reduce [system] { header "__numeric/reduce.h" }
+module std_private_numeric_ranges_iota [system] {
+ header "__numeric/ranges_iota.h"
+ export std_private_algorithm_out_value_result
----------------
strega-nil wrote:
Hmm, alright. I'm not going to block this, then, but I don't think this practice makes sense? I'll open an issue for it.
https://github.com/llvm/llvm-project/pull/68494
More information about the libcxx-commits
mailing list