cplusplus / nbballot

Handling of NB comments in response to ballots
14 stars 4 forks source link

JP005 20.7.4 p2 struct vs. class for variant_size #381

Closed jensmaurer closed 3 years ago

jensmaurer commented 3 years ago

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

tkoeppe commented 3 years ago

Final disposition: Accepted.