[Issue 10936] unittest in struct body makes crash dmd

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Sep 1 05:45:37 PDT 2013


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



--- Comment #3 from Henning Pohl <henning at still-hidden.de> 2013-09-01 05:45:36 PDT ---
This shows the errors which have been gagged:
---
struct Vec(string s)
{
    auto foo(string v)()
    {
        return Vec!(v)();
    }

    static void bar()
    {
        Vec!"" v;
        auto p = v.foo!"sup";
    }
}

Vec!"" v;
---

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