Skip to content

Commit 57215c9

Browse files
committed
リンク修正
1 parent 5a1743d commit 57215c9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

reference/ranges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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変換

reference/ranges/cartesian_product_view.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)