Skip to content

Commit dde89d6

Browse files
jensmaurerzygoloid
authored andcommitted
[range.cmp] Avoid introducing unused 'P'
1 parent 24107cd commit dde89d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14583,7 +14583,7 @@
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}.
@@ -14662,7 +14662,7 @@
1466214662
\begin{itemize}
1466314663
\item
1466414664
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:
1466614666
returns \tcode{true} if (the converted value of) \tcode{t} precedes \tcode{u} in
1466714667
the implementation-defined strict total order over pointers\iref{defns.order.ptr}
1466814668
and otherwise \tcode{false}.

0 commit comments

Comments
 (0)