[Issue 18703] Ddoc Backticks inside macro dont work.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat May 20 12:57:38 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=18703
Adam D. Ruppe <destructionator at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |destructionator at gmail.com
--- Comment #3 from Adam D. Ruppe <destructionator at gmail.com> ---
The original intention was to keep defined macros not doing magic so you can
use them to escape. In fact, if you look at the original PR, the escape
$(BACKTICK) macro is defined just as =` which works because of this rule.
https://github.com/dlang/dmd/pull/4228
However, since that is an individual `, the thing wouldn't generally be applied
anyway so maybe this can change.
--
More information about the Digitalmars-d-bugs
mailing list