Skip to content

Commit

Permalink
一部リンクをN4950へのリンクに修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsurom committed Feb 25, 2024
1 parent badecd6 commit 95a8299
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion reference/algorithm/ranges_ends_with.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ inline constexpr ends_with_impl ends_with;
## 参照
- [N4892 25 Algorithms library](https://timsong-cpp.github.io/cppwp/algorithms)
- [N4950 27 Algorithms library](https://timsong-cpp.github.io/cppwp/n4950/algorithms)
2 changes: 1 addition & 1 deletion reference/algorithm/ranges_starts_with.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ inline constexpr starts_with_impl starts_with;
## 参照
- [N4892 25 Algorithms library](https://timsong-cpp.github.io/cppwp/algorithms)
- [N4950 27 Algorithms library](https://timsong-cpp.github.io/cppwp/n4950/algorithms)
1 change: 1 addition & 0 deletions reference/ranges.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,5 +430,6 @@ range | adaptor(args...)
## 参照
- [N4861 24 Ranges library](https://timsong-cpp.github.io/cppwp/n4861/ranges)
- [N4950 26 Ranges library](https://timsong-cpp.github.io/cppwp/n4950/ranges)
- [C++20 ranges](https://techbookfest.org/product/5134506308665344)
- [P2278R4 `cbegin` should always return a constant iterator](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2278r4.html)
2 changes: 1 addition & 1 deletion reference/ranges/as_rvalue_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ constexpr explicit as_rvalue_view(V base);
- [Visual C++](/implementation.md#visual_cpp): ?
## 参照
- [N4950 24 Ranges library](https://timsong-cpp.github.io/cppwp/ranges)
- [N4950 26 Ranges library](https://timsong-cpp.github.io/cppwp/n4950/ranges)
2 changes: 1 addition & 1 deletion reference/ranges/join_with_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ hello-C++23-world
- [`join_view`](join_view.md)

## 参照
- [N4950 24 Ranges library](https://timsong-cpp.github.io/cppwp/ranges)
- [N4950 26 Ranges library](https://timsong-cpp.github.io/cppwp/n4950/ranges)
2 changes: 1 addition & 1 deletion reference/ranges/repeat_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ int main() {
- [Visual C++](/implementation.md#visual_cpp): ?

## 参照
- [N4917 26 Ranges library](https://timsong-cpp.github.io/cppwp/ranges)
- [N4950 26 Ranges library](https://timsong-cpp.github.io/cppwp/n4950/ranges)
2 changes: 1 addition & 1 deletion reference/ranges/repeat_view/iterator.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ namespace std::ranges {
- [Visual C++](/implementation.md#visual_cpp): ?

## 参照
- [N4917 26 Ranges library](https://timsong-cpp.github.io/cppwp/ranges)
- [N4950 26 Ranges library](https://timsong-cpp.github.io/cppwp/n4950/ranges)
2 changes: 1 addition & 1 deletion reference/ranges/to.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@ int main() {

## 参照

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

0 comments on commit 95a8299

Please sign in to comment.