http://d.puremagic.com/issues/show_bug.cgi?id=4475
Alex R�nne Petersen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Alex R�nne Petersen <[email protected]> 2012-01-07 06:28:41 PST --- I would be against making 'in' return bool for AAs. I often do: if (auto x = foo in someAA) // do something with *x Doing a lookup after checking for foo's presence in someAA is ugly compared to this. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
