Re-enable pure nothrow attributes

This commit is contained in:
Hackerpilot 2015-03-14 04:00:19 -07:00
parent ce1c20e847
commit 0081bee61a
1 changed files with 1 additions and 1 deletions

View File

@ -1756,7 +1756,7 @@ struct IndentStack
return arr[index]; 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) if (index == 0)
return 0; return 0;