Commit 2dd3f2e
committed
Fix: add missing 'object' in [dcl.init.general]/21
In section [dcl.init.general]/21, the phrase 'Destroying a scalar type
has no effect' was missing the word 'object', making it grammatically
incomplete. The sentence should read 'Destroying a scalar type object
has no effect other than ending the lifetime of the object'.
Issue: #93461 parent e908596 commit 2dd3f2e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5529 | 5529 | | |
5530 | 5530 | | |
5531 | 5531 | | |
5532 | | - | |
| 5532 | + | |
5533 | 5533 | | |
5534 | 5534 | | |
5535 | 5535 | | |
| |||
0 commit comments