https://issues.dlang.org/show_bug.cgi?id=18703

Adam D. Ruppe <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Adam D. Ruppe <[email protected]> ---
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.

--

Reply via email to