From 8657ff7ff21b1890f2314e739afd3adab6f42d71 Mon Sep 17 00:00:00 2001 From: Alisdair Meredith Date: Wed, 5 Nov 2025 04:20:36 -1000 Subject: [PATCH] [alg.find.first.of] Rename subclause title Fixes US 158-256 26.6.9 (C+26 CD) Fixes cplusplus/nbballot#831. --- source/algorithms.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/algorithms.tex b/source/algorithms.tex index a30ec42457..47c254bcce 100644 --- a/source/algorithms.tex +++ b/source/algorithms.tex @@ -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 constexpr InputIterator find_first_of(InputIterator first1, InputIterator last1, @@ -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}