http://d.puremagic.com/issues/show_bug.cgi?id=3686
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |[email protected] Platform|Other |All Summary|condExp type combining |common type of imaginary | |and non-imaginary should be | |complex OS/Version|Linux |All --- Comment #1 from yebblies <[email protected]> 2011-07-03 16:16:24 EST --- char and wchar both implicitly convert to int, so that is expected behavior. The common type of float and ifloat etc should of course be cfloat. etc https://github.com/D-Programming-Language/dmd/pull/198 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
