[Issue 9743] IFTI and polymorphic string literal should support implicit conversion to static array type

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 18 07:54:15 PDT 2013


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


Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at dawg.eu


--- Comment #2 from Martin Nowak <code at dawg.eu> 2013-03-18 07:54:14 PDT ---
cat > bug.d << CODE
void foo(ref in wchar[4]) {}
void bar()
{
    foo("abcd");
}
CODE
dmd -c bug

----

This also happens with functions and is not restricted to IFTI.

-- 
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