https://d.puremagic.com/issues/show_bug.cgi?id=4733
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #23 from [email protected] 2013-12-10 12:30:31 PST --- (In reply to comment #19) > 1. making this change will break existing code Unclear code *should* be broken. > 2. forcing people to use if(arr.ptr) instead is just ugly Yes, they should use if(!arr.empty) or if(arr.length>0) instead. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
