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

Dennis <dkor...@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkor...@live.nl

--- Comment #1 from Dennis <dkor...@live.nl> ---
If I understand correctly, you want the compiler to rewrite `1.opBinary!"+"(2)`
to `1 + 2` for meta-programming. Can you give an example where you want to use
this, instead of just the + operator?

--

Reply via email to