https://issues.dlang.org/show_bug.cgi?id=14722
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from Nick Treleaven <[email protected]> --- My recently merged pull fixes this, now you should see: Error: template class `test.Foo()` is used as a type without instantiation; to instantiate it use `Foo!(arguments)` https://github.com/dlang/dmd/pull/7769 --
