[Issue 10625] Compiler should warn or disallow using slice syntax in initialization
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon May 18 17:18:11 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=10625
Vladimir Panteleev <thecybershadow at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thecybershadow at gmail.com
Severity|normal |enhancement
--- Comment #2 from Vladimir Panteleev <thecybershadow at gmail.com> ---
Slice copies now require [] on both sides (arr1[] = arr2[]) so I'm not sure how
relevant this is now.
--
More information about the Digitalmars-d-bugs
mailing list