[Issue 7449] Algebraic's operator[] is incorrect

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7449 Basile-z changed: What|Removed |Added CC|b2.t...@gmx.com | --

[Issue 7449] Algebraic's operator[] is incorrect

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7449 bb.t...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7449] Algebraic's operator[] is incorrect

2014-08-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7449 Dicebot changed: What|Removed |Added CC||slud...@outerproduct.org --- Comment #2 from Dicebo

[Issue 7449] Algebraic's operator[] is incorrect

2012-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7449 --- Comment #1 from Andrei Alexandrescu 2012-02-05 20:27:44 PST --- Hans Fugal identified this blames to revision 3a1f9109, this snippet: @@ -313,20 +364,23 @@ private: case OpID.index: auto me = cast(A*) pStore; -