Best error msg ever

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Mon Feb 13 05:38:23 PST 2017


On Monday, 13 February 2017 at 13:21:44 UTC, Daniel Kozak wrote:
> and I guess even ComObject does not inherit from Object

This compiles:
void f()
{
	import core.sys.windows.com;
	ComObject a;
	Object b=a;
}



More information about the Digitalmars-d mailing list