[Issue 18163] std.container.array should be usable in @safe

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18163

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P4

--


[Issue 18163] std.container.array should be usable in @safe

2018-01-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18163

Seb  changed:

   What|Removed |Added

 Blocks||18110


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=18110
[Issue 18110] most of phobos should be @safe-ly useable
--


[Issue 18163] std.container.array should be usable in @safe

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18163

Nathan S.  changed:

   What|Removed |Added

 CC||n8sh.second...@hotmail.com

--- Comment #1 from Nathan S.  ---
I agree and feel that the library "array" should ideally be no less @safe to
use than builtin dynamic arrays. I'll submit a patch.

--



[Issue 18163] std.container.array should be usable in @safe

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18163

--- Comment #2 from Nathan S.  ---
https://github.com/dlang/phobos/pull/6001

--