Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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