https://issues.dlang.org/show_bug.cgi?id=10157
anonymous4 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Hardware|x86 |All Resolution|FIXED |--- OS|Windows |All --- Comment #2 from anonymous4 <[email protected]> --- void f() { ubyte[] a; char[] b; a[]=b[]; } Error: cannot implicitly convert expression `b[]` of type `char[]` to `ubyte[]` --
