diff --git a/reference/algorithm/ranges_ends_with.md b/reference/algorithm/ranges_ends_with.md index e5cd294ea..87d51752d 100644 --- a/reference/algorithm/ranges_ends_with.md +++ b/reference/algorithm/ranges_ends_with.md @@ -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) diff --git a/reference/algorithm/ranges_starts_with.md b/reference/algorithm/ranges_starts_with.md index 562269501..42d002821 100644 --- a/reference/algorithm/ranges_starts_with.md +++ b/reference/algorithm/ranges_starts_with.md @@ -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) diff --git a/reference/ranges.md b/reference/ranges.md index 5f09f144f..0df15fe7a 100644 --- a/reference/ranges.md +++ b/reference/ranges.md @@ -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) diff --git a/reference/ranges/as_rvalue_view.md b/reference/ranges/as_rvalue_view.md index b849c1b65..68f163a31 100644 --- a/reference/ranges/as_rvalue_view.md +++ b/reference/ranges/as_rvalue_view.md @@ -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) diff --git a/reference/ranges/join_with_view.md b/reference/ranges/join_with_view.md index bb7de3076..7e0fcfb80 100644 --- a/reference/ranges/join_with_view.md +++ b/reference/ranges/join_with_view.md @@ -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) diff --git a/reference/ranges/repeat_view.md b/reference/ranges/repeat_view.md index 0f2af5d76..07c75def5 100644 --- a/reference/ranges/repeat_view.md +++ b/reference/ranges/repeat_view.md @@ -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) diff --git a/reference/ranges/repeat_view/iterator.md b/reference/ranges/repeat_view/iterator.md index 621a15c90..950dadf8f 100644 --- a/reference/ranges/repeat_view/iterator.md +++ b/reference/ranges/repeat_view/iterator.md @@ -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) diff --git a/reference/ranges/to.md b/reference/ranges/to.md index 5edbbf82d..11cc00f23 100644 --- a/reference/ranges/to.md +++ b/reference/ranges/to.md @@ -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)