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 14582
14582
\begin{itemize}
14583
14583
\item
14584
14584
If the expression \tcode{std::forward<T>(t) == std::forward<U>(u)} results in
14585
- a call to a built-in operator \tcode{==} comparing pointers of type \tcode{P} :
14585
+ a call to a built-in operator \tcode{==} comparing pointers:
14586
14586
returns \tcode{false} if either (the converted value of) \tcode{t} precedes
14587
14587
\tcode{u} or \tcode{u} precedes \tcode{t} in the implementation-defined strict
14588
14588
total order over pointers\iref{defns.order.ptr} and otherwise \tcode{true}.
14661
14661
\begin{itemize}
14662
14662
\item
14663
14663
If the expression \tcode{std::forward<T>(t) < std::forward<U>(u)} results in a
14664
- call to a built-in operator \tcode{<} comparing pointers of type \tcode{P} :
14664
+ call to a built-in operator \tcode{<} comparing pointers:
14665
14665
returns \tcode{true} if (the converted value of) \tcode{t} precedes \tcode{u} in
14666
14666
the implementation-defined strict total order over pointers\iref{defns.order.ptr}
14667
14667
and otherwise \tcode{false}.
You can’t perform that action at this time.
0 commit comments