Skip to content

Commit df5a239

Browse files
Eisenwavejensmaurer
authored andcommitted
[algorithms.requirements] Fix missing \tcode for const (#6936)
1 parent 0211a3d commit df5a239

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/algorithms.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
\exposconcept{boolean-testable}\iref{concept.booleantestable}.
160160
The function object \tcode{pred} shall not apply any non-constant function
161161
through its argument.
162-
Given a glvalue \tcode{u} of type (possibly const) \tcode{T}
162+
Given a glvalue \tcode{u} of type (possibly \tcode{const}) \tcode{T}
163163
that designates the same object as \tcode{*first},
164164
\tcode{pred(u)} shall be a valid expression
165165
that is equal to \tcode{pred(*first)}.
@@ -186,9 +186,9 @@
186186
\exposconcept{boolean-testable}.
187187
\tcode{binary_pred} shall not apply any non-constant function
188188
through any of its arguments.
189-
Given a glvalue \tcode{u} of type (possibly const) \tcode{T1}
189+
Given a glvalue \tcode{u} of type (possibly \tcode{const}) \tcode{T1}
190190
that designates the same object as \tcode{*first1}, and
191-
a glvalue \tcode{v} of type (possibly const) \tcode{T2}
191+
a glvalue \tcode{v} of type (possibly \tcode{const}) \tcode{T2}
192192
that designates the same object as \tcode{*first2},
193193
\tcode{binary_pred(u, *first2)},
194194
\tcode{binary_pred(*first1, v)}, and

0 commit comments

Comments
 (0)