http://d.puremagic.com/issues/show_bug.cgi?id=5893
--- Comment #7 from Andrej Mitrovic <[email protected]> 2013-02-05 17:33:07 PST --- (In reply to comment #6) > template opOpAssign(string s) if (s == "~") // FIXED This is actually worthy of an enhancement. If "~=" is found in opOpAssign the compiler should inform the user to use "~" instead. The same goes for +=, etc. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
