[Issue 17155] [REG2.071.0] Link failure with nested map

2017-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17155 --- Comment #2 from Vladimir Panteleev --- (In reply to Vladimir Panteleev from comment #1) > This is still a regression in 2.071.0, however, as with issue 15985, > Digger's bisection doesn't seem to point to anything

[Issue 17155] [REG2.071.0] Link failure with nested map

2017-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17155 --- Comment #1 from Vladimir Panteleev --- Reduced: /// lib.d /// template unaryFun(alias fun) { alias unaryFun = fun; } struct MapResult(alias fun) { void front() {

[Issue 17155] [REG2.071.0] Link failure with nested map

2017-02-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17155 Vladimir Panteleev changed: What|Removed |Added Summary|[REG2.071.0]|[REG2.071.0]