From b9c1e4461935863095c2817b62c01c6f3c298394 Mon Sep 17 00:00:00 2001 From: timsong-cpp Date: Mon, 10 Nov 2025 22:52:10 -0600 Subject: [PATCH] Fix some stable names for indexing --- xml/issue2404.xml | 8 ++++---- xml/issue3178.xml | 8 ++++---- xml/issue3909.xml | 2 +- xml/issue4206.xml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/xml/issue2404.xml b/xml/issue2404.xml index 58f7083242..9c3427b3ff 100644 --- a/xml/issue2404.xml +++ b/xml/issue2404.xml @@ -1,18 +1,18 @@ - ] > <tt>mismatch()</tt>'s complexity needs to be updated -
+
Stephan T. Lavavej 14 Jun 2014 0

-N3671 updated the complexities of +N3671 updated the complexities of equal() and is_permutation(), but not mismatch().

@@ -31,7 +31,7 @@ Move to Ready

--3- Complexity: At most min(last1 - first1, last2 - first2) applications of the +-3- Complexity: At most min(last1 - first1, last2 - first2) applications of the corresponding predicate.

diff --git a/xml/issue3178.xml b/xml/issue3178.xml index 4d49a7edba..b28f96881c 100644 --- a/xml/issue3178.xml +++ b/xml/issue3178.xml @@ -3,7 +3,7 @@ <tt>std::mismatch</tt> is missing an upper bound -
+
Geoffrey Romer 20 Dec 2018 0 @@ -31,7 +31,7 @@ fundamental convention that STL algorithms operate on user-supplied ranges, not 2019-01-26 Priority to 0 and Status to Tentatively Ready after discussions on the reflector

During that reflector discussion several contributers argued in favour for changing the current wording in - p3 from "smallest integer" to "smallest nonnegative integer". This minor + p3 from "smallest integer" to "smallest nonnegative integer". This minor wording delta has also been added to the original proposed wording.

@@ -79,8 +79,8 @@ both parameters pred and proj1.

-?- Let N be min(last1 - first1, last2 - first2).

--3- Returns: { first1 + n, first2 + n }, where n is the smallest nonnegative integer such -that E holds, or min(last1 - first1, last2 - first2)N if no such integer +-3- Returns: { first1 + n, first2 + n }, where n is the smallest nonnegative integer such +that E holds, or min(last1 - first1, last2 - first2)N if no such integer less than N exists.

-4- Complexity: At most min(last1 - first1, last2 - first2)N applications of the diff --git a/xml/issue3909.xml b/xml/issue3909.xml index 2bf08de8be..e3fd2eab81 100644 --- a/xml/issue3909.xml +++ b/xml/issue3909.xml @@ -3,7 +3,7 @@ Issues about <code>viewable_range</code> -

+
Jiang An 27 Mar 2023 99 diff --git a/xml/issue4206.xml b/xml/issue4206.xml index ab93c06dbd..e230b0c5aa 100644 --- a/xml/issue4206.xml +++ b/xml/issue4206.xml @@ -3,7 +3,7 @@ Alias template `connect_result_t` should be constrained with `sender_to` -
+
Eric Niebler 04 Feb 2025 1 @@ -60,7 +60,7 @@ This wording is relative to .
  1. -Modify as indicated: +Modify as indicated:
    
       template<class Sndr, class Rcvr>