From 78c8b14ee8f01e60f993f24291fe492ef0baa263 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Fri, 20 Mar 2015 02:29:53 -0700 Subject: [PATCH] My local 2.066.1 compiles this, but the CI server does not. --- 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 926308b..52013eb 100644 --- a/src/dfmt/wrapping.d +++ b/src/dfmt/wrapping.d @@ -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;