www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Re: Sorting not happpening ... ???

reply bearophile <bearophileHUGS lycos.com> writes:
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
Dec 14 2009
parent bearophile <bearophileHUGS lycos.com> writes:
Ignore this, it's caused by the online interface, sorry.
Dec 14 2009