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 1458314583\begin{itemize}
1458414584\item
1458514585 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:
1458714587 returns \tcode{false} if either (the converted value of) \tcode{t} precedes
1458814588 \tcode{u} or \tcode{u} precedes \tcode{t} in the implementation-defined strict
1458914589 total order over pointers\iref{defns.order.ptr} and otherwise \tcode{true}.
1466214662\begin{itemize}
1466314663\item
1466414664If 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:
1466614666returns \tcode{true} if (the converted value of) \tcode{t} precedes \tcode{u} in
1466714667the implementation-defined strict total order over pointers\iref{defns.order.ptr}
1466814668and otherwise \tcode{false}.
You can’t perform that action at this time.
0 commit comments