http://d.puremagic.com/issues/show_bug.cgi?id=5245
Iain Buclaw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Iain Buclaw <[email protected]> 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: -------
