Compatibility with 2.066.1

This commit is contained in:
Hackerpilot 2015-03-23 00:39:45 -07:00
parent 48bc7ba0c2
commit fa27b6c680
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ size_t[] chooseLineBreakTokens(size_t index, const Token[] tokens,
void validMoves(OR)(auto ref OR output, const Token[] tokens,
immutable short[] depths, uint current, const Config* config,
int currentLineLength, int indentLevel) pure
int currentLineLength, int indentLevel)
{
import std.algorithm : sort, canFind;
import std.array : insertInPlace;