Skip to content

JP005 20.7.4 p2 struct vs. class for variant_size #381

Closed
@jensmaurer

Description

@jensmaurer

Since the variant_size is a struct type, “class” in the following definition should be changed to “struct”.
template class variant_size<const T>;

Change “class” to “struct” as follows:
template struct variant_size<const T>;

JP7

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions