[Issue 14196] opApply and nothrow don't play along

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14196 Iain Buclaw changed: What|Removed |Added Priority|P1 |P2 --

[Issue 14196] opApply and nothrow don't play along

2020-12-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14196 --- Comment #3 from Mathias LANG --- For reference, I mentioned a solution to this problem which I'm working on during DConf: https://www.youtube.com/watch?v=9lOtOtiwXY4 --

[Issue 14196] opApply and nothrow don't play along

2020-12-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14196 --- Comment #2 from Bolpat --- You can overload on attributes: struct MyArray(T) { int opApply(scope int delegate(ref T) dg); int opApply(scope int delegate(ref T) nothrow dg) nothrow; } This is not DRY and if the code inside

[Issue 14196] opApply and nothrow don't play along

2016-04-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14196 qs.il.paperi...@gmail.com changed: What|Removed |Added CC||qs.il.paperi...@gmail.com --

[Issue 14196] opApply and nothrow don't play along

2015-08-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14196 Илья Ярошенко ilyayaroshe...@gmail.com changed: What|Removed |Added CC|