My local 2.066.1 compiles this, but the CI server does not.

This commit is contained in:
Hackerpilot 2015-03-20 02:29:53 -07:00
parent 9d37e90e7d
commit 78c8b14ee8
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ private:
}
size_t[] chooseLineBreakTokens(size_t index, const Token[] tokens, immutable short[] depths,
const Config* config, int currentLineLength, int indentLevel) pure
const Config* config, int currentLineLength, int indentLevel)
{
import std.container.rbtree : RedBlackTree;
import std.algorithm : filter, min;