File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 159159\exposconcept {boolean-testable}\iref {concept.booleantestable }.
160160The function object \tcode {pred} shall not apply any non-constant function
161161through 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}
163163that designates the same object as \tcode {*first},
164164\tcode {pred(u)} shall be a valid expression
165165that is equal to \tcode {pred(*first)}.
186186\exposconcept {boolean-testable}.
187187\tcode {binary_pred} shall not apply any non-constant function
188188through 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}
190190that 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}
192192that designates the same object as \tcode {*first2},
193193\tcode {binary_pred(u, *first2)},
194194\tcode {binary_pred(*first1, v)}, and
You can’t perform that action at this time.
0 commit comments