Skip to content

Commit

Permalink
[algorithms] Change stable label "mismatch" to "alg.mismatch" (#6653)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojrosten authored Nov 10, 2023
1 parent d8b72f0 commit f0c172c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/algorithms.tex
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@
count_if(R&& r, Pred pred, Proj proj = {});
}

// \ref{mismatch}, mismatch
// \ref{alg.mismatch}, mismatch
template<class InputIterator1, class InputIterator2>
constexpr pair<InputIterator1, InputIterator2>
mismatch(InputIterator1 first1, InputIterator1 last1,
Expand Down Expand Up @@ -4044,7 +4044,7 @@
of the corresponding predicate and any projection.
\end{itemdescr}

\rSec2[mismatch]{Mismatch}
\rSec2[alg.mismatch]{Mismatch}

\indexlibraryglobal{mismatch}%
\begin{itemdecl}
Expand Down
3 changes: 3 additions & 0 deletions source/xrefdelta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
% https://github.com/cplusplus/draft/pull/6255
\movedxref{container.gen.reqmts}{container.requirements.general}

% https://github.com/cplusplus/draft/pull/6653
\movedxref{mismatch}{alg.mismatch}

%%% Deprecated features.
%%% Example:
%
Expand Down

0 comments on commit f0c172c

Please sign in to comment.