From fa27b6c6801162c487c801f003f23177ded89838 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 23 Mar 2015 00:39:45 -0700 Subject: [PATCH] Compatibility with 2.066.1 --- src/dfmt/wrapping.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dfmt/wrapping.d b/src/dfmt/wrapping.d index 771add3..7445b9a 100644 --- a/src/dfmt/wrapping.d +++ b/src/dfmt/wrapping.d @@ -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;