Skip to content

fix presentation of tuple_element specializations #2786

Closed
@zygoloid

Description

@zygoloid

We have a variety of tuple_element specializations that use different presentation styles:

  • Some give a definition of the specialization
  • Others don't, and merely specify the ::type member
  • Some use a Value: element for the type, others use a Type: element

We should do this properly: the specialization needs a specified definition, and a member typedef should be specified as actually being a type. (The current wording for several of these specializations completely lacks any suggestion that ...::type is a typedef-name, for example.)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions