Created on 2016-12-14.00:00:00 last changed 95 months ago
[ 2017-01-27 Telecon ]
Priority 3
[meta.rqmts]/3 defines TransformationTrait as follows:
A TransformationTrait modifies a property of a type. It shall be a class template that takes one template type argument and, optionally, additional arguments that help define the modification. It shall define a publicly accessible nested type named type, which shall be a synonym for the modified type.
enable_if, result_of and common_type do not necessarily "define a publicly accessible nested type named type". aligned_storage takes no template type argument (it only has two non-type parameters). Yet [meta.trans]/2 says that they are all TransformationTraits.
Incidentally, with the exception of decay, it's not clear that any of the traits in [meta.trans.other] could really be described as "modify[ing] a property of a type".History | |||
---|---|---|---|
Date | User | Action | Args |
2017-01-30 15:36:02 | admin | set | messages: + msg8821 |
2016-12-14 00:00:00 | admin | create |