tmp/tmplhx8_5d2/{from.md → to.md}
RENAMED
|
@@ -69,11 +69,11 @@ would be ill-formed as the replacement list of the current function-like
|
|
| 69 |
macro, the program is ill-formed. A *va-opt-replacement* is treated as
|
| 70 |
if it were a parameter, and the preprocessing token sequence for the
|
| 71 |
corresponding argument is defined as follows. If the substitution of
|
| 72 |
`__VA_ARGS__` as neither an operand of `#` nor `##` consists of no
|
| 73 |
preprocessing tokens, the argument consists of a single placemarker
|
| 74 |
-
preprocessing token
|
| 75 |
argument consists of the results of the expansion of the contained
|
| 76 |
*pp-tokens* as the replacement list of the current function-like macro
|
| 77 |
before removal of placemarker tokens, rescanning, and further
|
| 78 |
replacement.
|
| 79 |
|
|
|
|
| 69 |
macro, the program is ill-formed. A *va-opt-replacement* is treated as
|
| 70 |
if it were a parameter, and the preprocessing token sequence for the
|
| 71 |
corresponding argument is defined as follows. If the substitution of
|
| 72 |
`__VA_ARGS__` as neither an operand of `#` nor `##` consists of no
|
| 73 |
preprocessing tokens, the argument consists of a single placemarker
|
| 74 |
+
preprocessing token [[cpp.concat]], [[cpp.rescan]]. Otherwise, the
|
| 75 |
argument consists of the results of the expansion of the contained
|
| 76 |
*pp-tokens* as the replacement list of the current function-like macro
|
| 77 |
before removal of placemarker tokens, rescanning, and further
|
| 78 |
replacement.
|
| 79 |
|