[Issue 11949] Warning and later deprecation message for usage of delete

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jan 19 08:06:53 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=11949


hsteoh at quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh at quickfur.ath.cx


--- Comment #3 from hsteoh at quickfur.ath.cx 2014-01-19 08:06:50 PST ---
I vote for this deprecation. If you need to manually free stuff, use
malloc/free instead, don't use the GC. If you use the GC, don't use delete
(there's still GC.free if you absolutely have to, but the language itself
shouldn't support such an unsafe operation as a built-in keyword).

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list