tmp/tmpb2jrwxes/{from.md → to.md}
RENAMED
|
@@ -1,13 +1,12 @@
|
|
| 1 |
### Likelihood attributes <a id="dcl.attr.likelihood">[[dcl.attr.likelihood]]</a>
|
| 2 |
|
| 3 |
The *attribute-token*s `likely` and `unlikely` may be applied to labels
|
| 4 |
-
or statements.
|
| 5 |
-
|
| 6 |
-
*attribute-
|
| 7 |
-
`
|
| 8 |
-
the *attribute-token* `unlikely`.
|
| 9 |
|
| 10 |
*Recommended practice:* The use of the `likely` attribute is intended to
|
| 11 |
allow implementations to optimize for the case where paths of execution
|
| 12 |
including it are arbitrarily more likely than any alternative path of
|
| 13 |
execution that does not include such an attribute on a statement or
|
|
|
|
| 1 |
### Likelihood attributes <a id="dcl.attr.likelihood">[[dcl.attr.likelihood]]</a>
|
| 2 |
|
| 3 |
The *attribute-token*s `likely` and `unlikely` may be applied to labels
|
| 4 |
+
or statements. No *attribute-argument-clause* shall be present. The
|
| 5 |
+
*attribute-token* `likely` shall not appear in an
|
| 6 |
+
*attribute-specifier-seq* that contains the *attribute-token*
|
| 7 |
+
`unlikely`.
|
|
|
|
| 8 |
|
| 9 |
*Recommended practice:* The use of the `likely` attribute is intended to
|
| 10 |
allow implementations to optimize for the case where paths of execution
|
| 11 |
including it are arbitrarily more likely than any alternative path of
|
| 12 |
execution that does not include such an attribute on a statement or
|