https://issues.dlang.org/show_bug.cgi?id=24270
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Nick Treleaven <[email protected]> --- Just to note that this compiles fine: struct S(T) { int i; T m; } struct R { int i; S!(R)* m; } --
