From 0081bee61aca2308eaa67f647b0c3fdfa674a30c Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Sat, 14 Mar 2015 04:00:19 -0700 Subject: [PATCH] Re-enable pure nothrow attributes --- src/dfmt.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dfmt.d b/src/dfmt.d index 2bbccff..1d422fb 100644 --- a/src/dfmt.d +++ b/src/dfmt.d @@ -1756,7 +1756,7 @@ struct IndentStack return arr[index]; } - int indentSize(size_t k = size_t.max) const /+pure nothrow+/ + int indentSize(size_t k = size_t.max) const pure nothrow { if (index == 0) return 0;