cplusplus / nbballot

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

JP013 Harmonize parentheses after function names #389

Closed jensmaurer closed 3 years ago

jensmaurer commented 3 years ago

In some cases, function references in a sentence has no parentheses attached and others has attached parentheses.

For example, std::terminate has no parentheses attached in 14.6.1. But, std::uncaught_exceptions has attached parentheses in 14.6.2.

Remove the parentheses.

JP4

jensmaurer commented 3 years ago

Suggested response:

Accepted with modification.

The one specific occurrence mentioned in the NB comment has been addressed; the editors will address other occurrences as they become aware of them.

tkoeppe commented 3 years ago

Final disposition: Accepted with modifications, see above.