[Issue 8506] segault when using map with template delegate

2012-10-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8506 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8506] segault when using map with template delegate

2012-08-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8506 --- Comment #3 from deadalnix deadal...@gmail.com 2012-08-06 13:40:32 PDT --- http://d.puremagic.com/issues/show_bug.cgi?id=8514 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 8506] segault when using map with template delegate

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8506 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-08-04 10:22:27 PDT --- (In reply to comment #0) import std.algorithm; import std.array; class A { B[] b; } class B {} void main() { A a; a.b = a.b.map!(b =

[Issue 8506] segault when using map with template delegate

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8506 --- Comment #2 from deadalnix deadal...@gmail.com 2012-08-04 10:57:04 PDT --- (In reply to comment #1) (In reply to comment #0) import std.algorithm; import std.array; class A { B[] b; } class B {} void main() {