[Issue 2367] Overloading error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 15 07:56:23 PDT 2011


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


yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebblies at gmail.com


--- Comment #5 from yebblies <yebblies at gmail.com> 2011-06-15 07:51:41 PDT ---
>From Andrei's comment on bug 2606

void f(const(char)[] s) {}
void f(const(dchar)[] s) {}

void main()
{
    f("abc");
    auto a = "abc";
    f(a);
}

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