[Issue 20123] Impossible to disable post-increment/decrement semantics

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20123

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P3

--


[Issue 20123] Impossible to disable post-increment/decrement semantics

2021-03-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20123

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #2 from Dlang Bot  ---
@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

--


[Issue 20123] Impossible to disable post-increment/decrement semantics

2019-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20123

--- Comment #1 from Manu  ---
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.

--