cplusplus / nbballot

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

Late-CH02 11.3.5 p5 Extra semicolon in 'of the form' phrase #376

Closed jensmaurer closed 4 years ago

jensmaurer commented 5 years ago

remove semicolon on:

   X& X::operator=(X&&);
jensmaurer commented 5 years ago

This is odd. This pretends to be a full declaration, so a semicolon at the end seems reasonable.

villevoutilainen commented 5 years ago

But see paragraph 2. The things there that also pretend to be full declarations don't have semicolons.

zygoloid commented 5 years ago

Accepted.

Editorial decision: we should be consistent. The other six "will have the form" cases omit the semicolon. Remove it here too.