On Sunday, 1 February 2015 at 11:12:11 UTC, data man wrote:
Alas, but...

void main()
{
pragma(msg, is(typeof({ struct S { int i; } S s; __traits(child, s, S.i) = 0; })));
}

output "false"

By "5-ish compiler patches" I meant patches that are not in the official compiler. I would be very, very surprised if it worked out of the box for you.

Reply via email to