Skip to content

Commit f0c172c

Browse files
authored
[algorithms] Change stable label "mismatch" to "alg.mismatch" (#6653)
1 parent d8b72f0 commit f0c172c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

source/algorithms.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@
977977
count_if(R&& r, Pred pred, Proj proj = {});
978978
}
979979

980-
// \ref{mismatch}, mismatch
980+
// \ref{alg.mismatch}, mismatch
981981
template<class InputIterator1, class InputIterator2>
982982
constexpr pair<InputIterator1, InputIterator2>
983983
mismatch(InputIterator1 first1, InputIterator1 last1,
@@ -4044,7 +4044,7 @@
40444044
of the corresponding predicate and any projection.
40454045
\end{itemdescr}
40464046

4047-
\rSec2[mismatch]{Mismatch}
4047+
\rSec2[alg.mismatch]{Mismatch}
40484048

40494049
\indexlibraryglobal{mismatch}%
40504050
\begin{itemdecl}

source/xrefdelta.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
% https://github.com/cplusplus/draft/pull/6255
3434
\movedxref{container.gen.reqmts}{container.requirements.general}
3535

36+
% https://github.com/cplusplus/draft/pull/6653
37+
\movedxref{mismatch}{alg.mismatch}
38+
3639
%%% Deprecated features.
3740
%%% Example:
3841
%

0 commit comments

Comments
 (0)