File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ range | adaptor(args...)
396396| 名前 | 説明 | 対応バージョン |
397397|---------------------------------------------------------------|------------------------------------------------------------------|----------------|
398398| [`cartesian_product_view`](ranges/cartesian_product_view.md) | シーケンスの直積集合のビュー (class template) | C++23 |
399- | [`views::cartesian_product`](ranges/cartesian_product .md) | `cartesian_product_view`を生成する (customization point object) | C++23 |
399+ | [`views::cartesian_product`](ranges/cartesian_product_view .md) | `cartesian_product_view`を生成する (customization point object) | C++23 |
400400
401401
402402## Range変換
Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ int main() {
137137}
138138```
139139* std::views::cartesian_product[ color ff0000]
140- * std::ranges::to[ link to.md]
141140
142141### 出力
143142```
You can’t perform that action at this time.
0 commit comments