http://bugzilla.gdcproject.org/show_bug.cgi?id=163

Iain Buclaw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Iain Buclaw <[email protected]> ---
Reduced:

---
void build() {
    Caster!( (c) {})().visit;
}

struct Caster(alias bailoutOverride) {
    struct FromBuiltin {
        void visit() {}
    }

    void visit() {
        FromBuiltin().visit;
    }
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to