http://d.puremagic.com/issues/show_bug.cgi?id=9248
S�nke Ludwig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |wrong-code --- Comment #1 from S�nke Ludwig <[email protected]> 2013-01-01 08:14:47 PST --- Simplified test case: void main() { void*[] a = [cast(void*)1]; void*[] b = [cast(void*)2]; auto c = a ~ b; assert(c == [cast(void*)1, cast(void*)2]); } Corruption does not occur for integral element types. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
