Thread overview | ||||||
---|---|---|---|---|---|---|
|
August 17, 2017 [Issue 10157] Vector ops with different types | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=10157 Martin Nowak <code@dawg.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |code@dawg.eu Resolution|--- |FIXED --- Comment #1 from Martin Nowak <code@dawg.eu> --- https://github.com/dlang/dmd/pull/4218 -- |
August 21, 2017 [Issue 10157] Vector ops with different types | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=10157 anonymous4 <dfj1esp02@sneakemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Hardware|x86 |All Resolution|FIXED |--- OS|Windows |All --- Comment #2 from anonymous4 <dfj1esp02@sneakemail.com> --- void f() { ubyte[] a; char[] b; a[]=b[]; } Error: cannot implicitly convert expression `b[]` of type `char[]` to `ubyte[]` -- |
August 21, 2017 [Issue 10157] Vector ops with different types | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=10157 --- Comment #3 from anonymous4 <dfj1esp02@sneakemail.com> --- Hmm... vector ops are array ops? -- |
December 17, 2022 [Issue 10157] Vector ops with different types | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=10157 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P4 -- |
Copyright © 1999-2021 by the D Language Foundation