[libcxx-commits] [libcxx] [libc++][c++23] P2374: `views::cartesian_product` (PR #111215)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 17 23:09:18 PDT 2026
================
@@ -1879,6 +1879,7 @@ module std [system] {
export std.ranges.ref_view
}
module as_rvalue_view { header "__ranges/as_rvalue_view.h" }
+ module cartesian_product_view { header "__ranges/cartesian_product_view.h" }
----------------
H-G-Hristov wrote:
This file also needs to be updated: https://github.com/llvm/llvm-project/blob/63ae74b78a11f6c61136dbc445652929389eb9ab/libcxx/modules/std/ranges.inc#L353
https://github.com/llvm/llvm-project/pull/111215
More information about the libcxx-commits
mailing list