Skip to content

Commit

Permalink
workaround dmd bug
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Apr 12, 2019
1 parent 7879ee7 commit c76f4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lubeck.d
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ unittest
/// Least-Squares Solution of Underdetermined System
unittest
{
foreach(C; AliasSeq!(double, cdouble))
foreach(C; AliasSeq!(double, )) //cdouble fails for DMD>=2085
{
static if(isComplex!C)
enum transform = "a+0i";
Expand Down

0 comments on commit c76f4f8

Please sign in to comment.