File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14583
14583
\begin{itemize}
14584
14584
\item
14585
14585
If the expression \tcode{std::forward<T>(t) == std::forward<U>(u)} results in
14586
- a call to a built-in operator \tcode{==} comparing pointers of type \tcode{P} :
14586
+ a call to a built-in operator \tcode{==} comparing pointers:
14587
14587
returns \tcode{false} if either (the converted value of) \tcode{t} precedes
14588
14588
\tcode{u} or \tcode{u} precedes \tcode{t} in the implementation-defined strict
14589
14589
total order over pointers\iref{defns.order.ptr} and otherwise \tcode{true}.
14662
14662
\begin{itemize}
14663
14663
\item
14664
14664
If the expression \tcode{std::forward<T>(t) < std::forward<U>(u)} results in a
14665
- call to a built-in operator \tcode{<} comparing pointers of type \tcode{P} :
14665
+ call to a built-in operator \tcode{<} comparing pointers:
14666
14666
returns \tcode{true} if (the converted value of) \tcode{t} precedes \tcode{u} in
14667
14667
the implementation-defined strict total order over pointers\iref{defns.order.ptr}
14668
14668
and otherwise \tcode{false}.
You can’t perform that action at this time.
0 commit comments