From a5c27ede32e68532954c3c13d7d12b84f84e5e34 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 20 Jun 2017 21:39:36 +0200 Subject: [PATCH] :hammer: fixed a warning --- src/json.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json.hpp b/src/json.hpp index 596f71363..c312dfbbb 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -9029,7 +9029,7 @@ class basic_json const std::streampos start_position; /// internal buffer - std::array buffer; + std::array buffer = {}; }; /// input adapter for buffer input