https://issues.dlang.org/show_bug.cgi?id=11448
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Kenji Hara <[email protected]> --- The issues is fixed in git-head (2.066a), by implementing 'dup' function in druntime. test.d(7): Error: pure function 'D main' cannot call impure function 'object.dup!(S).dup' test.d(7): Error: safe function 'D main' cannot call system function 'object.dup!(S).dup' --
