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 977
977
count_if(R&& r, Pred pred, Proj proj = {});
978
978
}
979
979
980
- // \ref {mismatch }, mismatch
980
+ // \ref {alg. mismatch }, mismatch
981
981
template<class InputIterator1, class InputIterator2>
982
982
constexpr pair<InputIterator1, InputIterator2>
983
983
mismatch(InputIterator1 first1, InputIterator1 last1,
4044
4044
of the corresponding predicate and any projection.
4045
4045
\end {itemdescr }
4046
4046
4047
- \rSec 2[mismatch]{Mismatch}
4047
+ \rSec 2[alg. mismatch]{Mismatch}
4048
4048
4049
4049
\indexlibraryglobal {mismatch}%
4050
4050
\begin {itemdecl }
Original file line number Diff line number Diff line change 33
33
% https://github.com/cplusplus/draft/pull/6255
34
34
\movedxref {container.gen.reqmts }{container.requirements.general}
35
35
36
+ % https://github.com/cplusplus/draft/pull/6653
37
+ \movedxref {mismatch }{alg.mismatch}
38
+
36
39
% %% Deprecated features.
37
40
% %% Example:
38
41
%
You can’t perform that action at this time.
0 commit comments