https://issues.dlang.org/show_bug.cgi?id=24298
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/dmd pull request #15943 "Fix issue 24298 - cpp_delete should check for null" was merged into master: - a70e1771f8f9fa56e111859feaa8800d17755dd7 by Tim Schendekehl: Fix issue 24298 - cpp_delete should check for null The delete operator in C++ can be called with a null pointer and ignores it. This commit makes cpp_delete consistent with C++, so null pointers are also ignored. https://github.com/dlang/dmd/pull/15943 --
