Skip to content

Commit

Permalink
fix build #3
Browse files Browse the repository at this point in the history
  • Loading branch information
UplinkCoder committed Sep 25, 2016
1 parent 6284890 commit 231fdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctfe_bc.d
Expand Up @@ -2087,7 +2087,7 @@ public:
}
else
{
assert(0, "Could not gen Function: " ~ ce.f.toString);
debug (ctfe) assert(0, "Could not gen Function: " ~ ce.f.toString);
IGaveUp = true;
}
/* debug (ctfe)
Expand Down

0 comments on commit 231fdad

Please sign in to comment.