[Issue 13506] @safe cartesianProduct.array
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Sep 20 21:04:34 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13506
--- Comment #2 from hsteoh at quickfur.ath.cx ---
Oh, and just to be clear, this particular instantiation of emplaceRef is
un- at safe because it eventually takes the address of an item and calls memcpy on
it. It's not caused by something in cartesianProduct range being non- at safe.
--
More information about the Digitalmars-d-bugs
mailing list