🔨 fixed a warning
This commit is contained in:
parent
7c2a187258
commit
a5c27ede32
1 changed files with 1 additions and 1 deletions
|
@ -9029,7 +9029,7 @@ class basic_json
|
||||||
const std::streampos start_position;
|
const std::streampos start_position;
|
||||||
|
|
||||||
/// internal buffer
|
/// internal buffer
|
||||||
std::array<char, N> buffer;
|
std::array<char, N> buffer = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
/// input adapter for buffer input
|
/// input adapter for buffer input
|
||||||
|
|
Loading…
Reference in a new issue