Skip to content

Commit a9981a4

Browse files
committed
[meta.trans.other] Simplify common_type
... by replacing "a type \tcode{U} such that \tcode{is_same_v<U, remove_cvref_t<U>>} is \tcode{true}" with "a non-reference cv-unqualified type \tcode{U}"
1 parent 939e8dc commit a9981a4

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
@@ -17065,8 +17065,8 @@
1706517065
\tcode{add_lvalue_reference_t<const remove_reference_t<A>{}>},
1706617066
\item \tcode{\placeholdernc{XREF}(A)} denote a unary class template \tcode{T}
1706717067
such that \tcode{T<U>} denotes the same type as \tcode{U} with the addition
17068-
of \tcode{A}'s cv and reference qualifiers, for a type \tcode{U} such
17069-
that \tcode{is_same_v<U, remove_cvref_t<U>>} is \tcode{true},
17068+
of \tcode{A}'s cv and reference qualifiers, for a non-reference cv-unqualified
17069+
type \tcode{U},
1707017070
\item \tcode{\placeholdernc{COPYCV}(FROM, TO)} be an alias for type \tcode{TO}
1707117071
with the addition of \tcode{FROM}'s top-level cv-qualifiers.
1707217072
\begin{example}

0 commit comments

Comments
 (0)