Re-enable pure nothrow attributes
This commit is contained in:
parent
ce1c20e847
commit
0081bee61a
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue