mirror of
https://github.com/nlohmann/json.git
synced 2025-08-06 10:16:12 +08:00
🔨 fixed a warning
This commit is contained in:
parent
2f007ca092
commit
9add24ff10
@ -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 New Issue
Block a user