Struct definition after static if

bearophile bearophileHUGS at lycos.com
Mon Dec 14 10:24:30 PST 2009


Matthew:

A cleaned up case:

struct B { A a; }

static if(true)
  struct A {}

void main() {}

I think this may be a forward reference bug.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list