tmp/tmppfal9_xq/{from.md → to.md}
RENAMED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
### Noreturn attribute <a id="dcl.attr.noreturn">[[dcl.attr.noreturn]]</a>
|
| 2 |
|
| 3 |
The *attribute-token* `noreturn` specifies that a function does not
|
| 4 |
-
return.
|
| 5 |
-
|
| 6 |
-
applied to the *declarator-id* in a function declaration. The first
|
| 7 |
declaration of a function shall specify the `noreturn` attribute if any
|
| 8 |
declaration of that function specifies the `noreturn` attribute. If a
|
| 9 |
function is declared with the `noreturn` attribute in one translation
|
| 10 |
unit and the same function is declared without the `noreturn` attribute
|
| 11 |
in another translation unit, the program is ill-formed, no diagnostic
|
|
|
|
| 1 |
### Noreturn attribute <a id="dcl.attr.noreturn">[[dcl.attr.noreturn]]</a>
|
| 2 |
|
| 3 |
The *attribute-token* `noreturn` specifies that a function does not
|
| 4 |
+
return. No *attribute-argument-clause* shall be present. The attribute
|
| 5 |
+
may be applied to a function or a lambda call operator. The first
|
|
|
|
| 6 |
declaration of a function shall specify the `noreturn` attribute if any
|
| 7 |
declaration of that function specifies the `noreturn` attribute. If a
|
| 8 |
function is declared with the `noreturn` attribute in one translation
|
| 9 |
unit and the same function is declared without the `noreturn` attribute
|
| 10 |
in another translation unit, the program is ill-formed, no diagnostic
|