Commit bfc7275
authored
[exec.snd.expos] Fix markup of exposition-only
The initialization of the exposition-only `recv` member should have marked-up `recv` using \exposid in member-initializer.
Also, the `recv` argument passed to `get-state` was supposed to be referring to the exposition-only data-member rather than the parameter of the same name as otherwise it would be referring to a moved-from object. So markup the `recv` argument to `get-state` using \exposid as well to make this (slightly) clearer.recv identifier in basic-state constructor1 parent 3982d5d commit bfc7275
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1618 | 1618 | | |
1619 | 1619 | | |
1620 | 1620 | | |
1621 | | - | |
1622 | | - | |
| 1621 | + | |
| 1622 | + | |
1623 | 1623 | | |
1624 | 1624 | | |
1625 | 1625 | | |
| |||
0 commit comments