[Issue 12680] isIterable fails for types with disabled postblit

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

[Issue 12680] isIterable fails for types with disabled postblit

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12680 --- Comment #2 from ZombineDev --- @Lars T. Kyllingstad The OP is not trying to iterate over the struct, but over an array of structs with @disabled this(this). --

[Issue 12680] isIterable fails for types with disabled postblit

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12680 ZombineDev changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 12680] isIterable fails for types with disabled postblit

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12680 --- Comment #3 from Lars T. Kyllingstad --- Ah, sorry, I didn't notice the brackets. Well, then I guess it's more a question of how you define "a foreach loop with a single loop variable of automatically inferred type", as

[Issue 12680] isIterable fails for types with disabled postblit

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12680 Lars T. Kyllingstad changed: What|Removed |Added Status|NEW |RESOLVED