diff --git a/src/json.hpp b/src/json.hpp index 40c7e63a3..ebf7dc754 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