https://issues.dlang.org/show_bug.cgi?id=6766
hst...@quickfur.ath.cx changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hst...@quickfur.ath.cx --- Comment #1 from hst...@quickfur.ath.cx --- Tested on git HEAD, the first case now works; the second case gives the error message: ------ test.d(4): Error: no constructor for Foo test.d(10): Error: cannot create a struct until its size is determined ------ So looks like the bug is partially fixed, but not quite there yet. --