mirror of
https://github.com/nlohmann/json.git
synced 2025-07-27 00:41:05 +03:00
🔨 fixed a warning
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user