Bug with offsetof?

Geancarlo geancarlo.rocha+d at gmail.com
Sun Nov 25 19:46:42 PST 2012


This also works fine:

	void test3()
	{
		TestStruct dummy;
		writeln(dummy.x.offsetof);
	}



More information about the Digitalmars-d-learn mailing list