[Issue 21277] TypeInfo.initializer() is the wrong abstraction, should be TypeInfo.initialize(void*)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 25 15:20:33 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=21277

moonlightsentinel at disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |moonlightsentinel at disroot.o
                   |                            |rg

--- Comment #1 from moonlightsentinel at disroot.org ---
Shouldn't initialize rather accept a void[] instead of void* to detect errors,
e.g. invalid size?

--


More information about the Digitalmars-d-bugs mailing list