diff --git a/source/stdx/data/json/lexer.d b/source/stdx/data/json/lexer.d index 5c8f474..53a546e 100644 --- a/source/stdx/data/json/lexer.d +++ b/source/stdx/data/json/lexer.d @@ -607,7 +607,7 @@ struct JSONLexerRange(Input, LexOptions options = LexOptions.init, String = stri return; } - bool negexp = void; + bool negexp = false; if (_input.front == '-') { negexp = true;