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


Iain Buclaw <ibuc...@ubuntu.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuc...@ubuntu.com


--- Comment #1 from Iain Buclaw <ibuc...@ubuntu.com> 2010-11-20 07:30:23 PST ---
An example, this is a slimmed down version of the class in core.runtime that
doesn't compile on it's own (no public functions were removed).

class DefaultTraceInfo : Throwable.TraceInfo
{
    this()
    {
    }

    ~this()
    {
    }

    int opApply( scope int delegate(ref char[]) dg )
    {
        return 0;
    }
}


Regards

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

Reply via email to