Skip to content

Commit 95a8299

Browse files
committed
一部リンクをN4950へのリンクに修正
1 parent badecd6 commit 95a8299

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-7
lines changed

reference/algorithm/ranges_ends_with.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ inline constexpr ends_with_impl ends_with;
156156
157157
158158
## 参照
159-
- [N4892 25 Algorithms library](https://timsong-cpp.github.io/cppwp/algorithms)
159+
- [N4950 27 Algorithms library](https://timsong-cpp.github.io/cppwp/n4950/algorithms)

reference/algorithm/ranges_starts_with.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ inline constexpr starts_with_impl starts_with;
127127
128128
129129
## 参照
130-
- [N4892 25 Algorithms library](https://timsong-cpp.github.io/cppwp/algorithms)
130+
- [N4950 27 Algorithms library](https://timsong-cpp.github.io/cppwp/n4950/algorithms)

reference/ranges.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,5 +430,6 @@ range | adaptor(args...)
430430
431431
## 参照
432432
- [N4861 24 Ranges library](https://timsong-cpp.github.io/cppwp/n4861/ranges)
433+
- [N4950 26 Ranges library](https://timsong-cpp.github.io/cppwp/n4950/ranges)
433434
- [C++20 ranges](https://techbookfest.org/product/5134506308665344)
434435
- [P2278R4 `cbegin` should always return a constant iterator](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2278r4.html)

reference/ranges/as_rvalue_view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ constexpr explicit as_rvalue_view(V base);
180180
- [Visual C++](/implementation.md#visual_cpp): ?
181181
182182
## 参照
183-
- [N4950 24 Ranges library](https://timsong-cpp.github.io/cppwp/ranges)
183+
- [N4950 26 Ranges library](https://timsong-cpp.github.io/cppwp/n4950/ranges)

reference/ranges/join_with_view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ hello-C++23-world
161161
- [`join_view`](join_view.md)
162162

163163
## 参照
164-
- [N4950 24 Ranges library](https://timsong-cpp.github.io/cppwp/ranges)
164+
- [N4950 26 Ranges library](https://timsong-cpp.github.io/cppwp/n4950/ranges)

reference/ranges/repeat_view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ int main() {
105105
- [Visual C++](/implementation.md#visual_cpp): ?
106106

107107
## 参照
108-
- [N4917 26 Ranges library](https://timsong-cpp.github.io/cppwp/ranges)
108+
- [N4950 26 Ranges library](https://timsong-cpp.github.io/cppwp/n4950/ranges)

reference/ranges/repeat_view/iterator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ namespace std::ranges {
130130
- [Visual C++](/implementation.md#visual_cpp): ?
131131

132132
## 参照
133-
- [N4917 26 Ranges library](https://timsong-cpp.github.io/cppwp/ranges)
133+
- [N4950 26 Ranges library](https://timsong-cpp.github.io/cppwp/n4950/ranges)

reference/ranges/to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,4 @@ int main() {
214214

215215
## 参照
216216

217-
- [26.5.7.2 ranges::to](https://timsong-cpp.github.io/cppwp/range.utility.conv.to)
217+
- [26.5.7.2 ranges::to](https://timsong-cpp.github.io/cppwp/n4950/range.utility.conv.to)

0 commit comments

Comments
 (0)