mirror of
https://github.com/nlohmann/json
synced 2024-11-30 23:50:08 +00:00
🔨 fixed a warning
This commit is contained in:
parent
7c2a187258
commit
a5c27ede32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user