[Issue 5659] Conditional operator, array literal, and std.traits.CommonType return a wrong common type

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 20 01:54:30 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=5659


Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k.hara.pg at gmail.com


--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> 2011-06-20 01:49:44 PDT ---
Mostly agreed to this issue, but I have one question.

Is the common type of 'char' and 'immutable(char)' 'char'?
I guess it is 'const(char)' from implicit const conversion.

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


More information about the Digitalmars-d-bugs mailing list