[Issue 5245] Interface function TraceInfo.toString is not implemented
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Nov 20 07:31:41 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5245
Iain Buclaw <ibuclaw at ubuntu.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ibuclaw at ubuntu.com
--- Comment #1 from Iain Buclaw <ibuclaw at 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: -------
More information about the Digitalmars-d-bugs
mailing list