[Issue 12315] std.array.array at compile-time too

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Mar 9 12:06:56 PDT 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12315



--- Comment #7 from github-bugzilla at puremagic.com 2014-03-09 12:06:52 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/8d9479c3a4b1f3cb7738b27d90d92330c8d1f058
Fix Issue 12315 - `array` at compile-time with all types

Problem was that `emplaceRef` calls `memcpy` for some types, which is unsafe
and unavailable at compile time.

https://d.puremagic.com/issues/show_bug.cgi?id=12315

https://github.com/D-Programming-Language/phobos/commit/6b31fb8685b458f142db34ca21e5c9639e5cb38d
Merge pull request #1986 from Poita/bug12315

Fix Issue 12315 - `array` at compile-time with all types

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list