Build failure in the latest dmd with dub

Sobaya sobaya007 at gmail.com
Sat Mar 16 13:40:19 UTC 2019


I recently updated dmd to version 2.085.0.

But it breaks on compiling my small program.


struct A { float el; }
struct B { this(A[1]...) {} }


It successfully works using only dmd, but it fails using with dub.

Is this a bug?


More information about the Digitalmars-d mailing list