Thread overview
[Issue 20123] Impossible to disable post-increment/decrement semantics
Aug 12, 2019
Manu
Mar 24, 2021
Dlang Bot
Dec 17, 2022
Iain Buclaw
August 12, 2019
https://issues.dlang.org/show_bug.cgi?id=20123

--- Comment #1 from Manu <turkeyman@gmail.com> ---
Or a way to @disable the post-inc/dec semantics explicitly, so that I can implement pre-inc/dec without opening the door for a race on the lowering.

--
March 24, 2021
https://issues.dlang.org/show_bug.cgi?id=20123

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@thewilsonator updated dlang/dmd pull request #12301 "Fix issue20123 by allowing opUnaryRight to disable post-[inc|dec]rement" fixing this issue:

- Fix issue 20123 by allowing opUnaryRight to disable post-[inc|dec]rement

https://github.com/dlang/dmd/pull/12301

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=20123

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--