Created on 2018-07-07.00:00:00 last changed 45 months ago
Proposed resolution:
This wording is relative to N4762.
Change [meta.trans.other] as indicated:
-3- Let:
(3.1) — CREF(A) be add_lvalue_reference_t<const remove_reference_t<A>>,
(3.2) — XREF(A) denote a unary
classalias template T such that T<U> denotes the same type as U with the addition of A’s cv and reference qualifiers, for a non-reference cv-unqualified type U,(3.3) — COPYCV(FROM, TO) be an alias for type TO with the addition of FROM’s top-level cv-qualifiers. [Example: COPYCV(const int, volatile short) is an alias for const volatile short. —end example]
[ 2018-11, Adopted in San Diego ]
[ 2018-09-11; Status set to Tentatively Ready after five positive votes on the reflector ]
[meta.trans.other]/3.2 states:
[Let] XREF(A) denote a unary class template T such that T<U> denotes the same type as U with the addition of A’s cv and reference qualifiers, for a non-reference cv-unqualified type U,which is nonsensical: a specialization of a class template cannot possibly be a cv-qualified type or reference type. XREF(A) must be a unary alias template.
History | |||
---|---|---|---|
Date | User | Action | Args |
2021-02-25 10:48:01 | admin | set | status: wp -> c++20 |
2018-11-12 04:39:29 | admin | set | messages: + msg10203 |
2018-11-12 04:39:29 | admin | set | status: voting -> wp |
2018-10-08 05:13:59 | admin | set | status: ready -> voting |
2018-09-11 18:27:10 | admin | set | messages: + msg10146 |
2018-09-11 18:27:10 | admin | set | status: new -> ready |
2018-07-10 23:59:55 | admin | set | messages: + msg10024 |
2018-07-07 00:00:00 | admin | create |