Build failure in the latest dmd with dub

Bastiaan Veelo Bastiaan at Veelo.net
Sat Mar 16 13:45:01 UTC 2019


On Saturday, 16 March 2019 at 13:40:19 UTC, Sobaya wrote:
> 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?

Could it be some flag that dub uses and you don’t, or v.v.? Use 
the -v flag to dub to see how it invokes the compiler.

Bastiaan.


More information about the Digitalmars-d mailing list