Skip to content

Commit

Permalink
dmd 2.075 release can not inline
Browse files Browse the repository at this point in the history
  • Loading branch information
dushibaiyu committed Jul 26, 2017
1 parent c10c1e7 commit de03ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yu/tools/serialize/read.d
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ private:
}

private:
pragma(inline,true)
pragma(inline)
void myAssert(string file = __FILE__, int line = __LINE__)(bool erro, lazy string msg = string.init)
{
if(!erro)
Expand Down

0 comments on commit de03ed8

Please sign in to comment.