Skip to content
Merged
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 @@ -1197,7 +1197,7 @@
Proj1 proj1 = {}, Proj2 proj2 = {}); // freestanding-deleted
}

// \ref{alg.find.first.of}, find first
// \ref{alg.find.first.of}, find first of
template<class InputIterator, class ForwardIterator>
constexpr InputIterator
find_first_of(InputIterator first1, InputIterator last1,
Expand Down Expand Up @@ -5215,7 +5215,7 @@
applications of the corresponding predicate and any projections.
\end{itemdescr}

\rSec2[alg.find.first.of]{Find first}
\rSec2[alg.find.first.of]{Find first of}

\indexlibraryglobal{find_first_of}%
\begin{itemdecl}
Expand Down