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

--- Comment #1 from Kyle <[email protected]> ---
DMD 2.098.0 removes class allocators from the language -
https://dlang.org/changelog/2.098.0.html#remove_alloc

Placement new syntax still triggers a "no allocator for 'CLASSNAME'" error. As
far as I know there's no way to use placement new syntax without an allocator,
so this should also be removed. I think it's worth noting that Andrei's book
tells people they can use this syntax so a deprecation notice would be helpful.

--

Reply via email to