https://issues.dlang.org/show_bug.cgi?id=17486
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|lazy parameters cannot be |lazy parameters can be used |used in nothrow/@nogc |to hijack the pure system |functions | --- Comment #3 from [email protected] --- For @nogc and nothrow there's already an open issue: https://issues.dlang.org/show_bug.cgi?id=12647 The other looks like a recent regression (so I am changing the title). --
