Skip to content

Commit 8657ff7

Browse files
committed
[alg.find.first.of] Rename subclause title
Fixes US 158-256 26.6.9 (C+26 CD) Fixes cplusplus/nbballot#831.
1 parent 230067e commit 8657ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/algorithms.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@
11971197
Proj1 proj1 = {}, Proj2 proj2 = {}); // freestanding-deleted
11981198
}
11991199

1200-
// \ref{alg.find.first.of}, find first
1200+
// \ref{alg.find.first.of}, find first of
12011201
template<class InputIterator, class ForwardIterator>
12021202
constexpr InputIterator
12031203
find_first_of(InputIterator first1, InputIterator last1,
@@ -5215,7 +5215,7 @@
52155215
applications of the corresponding predicate and any projections.
52165216
\end{itemdescr}
52175217

5218-
\rSec2[alg.find.first.of]{Find first}
5218+
\rSec2[alg.find.first.of]{Find first of}
52195219

52205220
\indexlibraryglobal{find_first_of}%
52215221
\begin{itemdecl}

0 commit comments

Comments
 (0)