🔨 fixed a warning

This commit is contained in:
Niels Lohmann 2017-06-20 21:39:36 +02:00
parent 7c2a187258
commit a5c27ede32
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -9029,7 +9029,7 @@ class basic_json
const std::streampos start_position;
/// internal buffer
std::array<char, N> buffer;
std::array<char, N> buffer = {};
};
/// input adapter for buffer input