Skip to content

Commit 533db2b

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 315e73b commit 533db2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -17030,8 +17030,8 @@
1703017030
\tcode{add_lvalue_reference_t<const remove_reference_t<A>{}>},
1703117031
\item \tcode{\placeholdernc{XREF}(A)} denote a unary class template \tcode{T}
1703217032
such that \tcode{T<U>} denotes the same type as \tcode{U} with the addition
17033-
of \tcode{A}'s cv and reference qualifiers, for a type \tcode{U} such
17034-
that \tcode{is_same_v<U, remove_cvref_t<U>>} is \tcode{true},
17033+
of \tcode{A}'s cv and reference qualifiers, for a non-reference cv-unqualified
17034+
type \tcode{U},
1703517035
\item \tcode{\placeholdernc{COPYCV}(FROM, TO)} be an alias for type \tcode{TO}
1703617036
with the addition of \tcode{FROM}'s top-level cv-qualifiers.
1703717037
\begin{example}

0 commit comments

Comments
 (0)