File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 977977 count_if(R&& r, Pred pred, Proj proj = {});
978978 }
979979
980- // \ref {mismatch }, mismatch
980+ // \ref {alg. mismatch }, mismatch
981981 template<class InputIterator1, class InputIterator2>
982982 constexpr pair<InputIterator1, InputIterator2>
983983 mismatch(InputIterator1 first1, InputIterator1 last1,
40444044of the corresponding predicate and any projection.
40454045\end {itemdescr }
40464046
4047- \rSec 2[mismatch]{Mismatch}
4047+ \rSec 2[alg. mismatch]{Mismatch}
40484048
40494049\indexlibraryglobal {mismatch}%
40504050\begin {itemdecl }
Original file line number Diff line number Diff line change 3333% https://github.com/cplusplus/draft/pull/6255
3434\movedxref {container.gen.reqmts }{container.requirements.general}
3535
36+ % https://github.com/cplusplus/draft/pull/6653
37+ \movedxref {mismatch }{alg.mismatch}
38+
3639% %% Deprecated features.
3740% %% Example:
3841%
You can’t perform that action at this time.
0 commit comments