🔨 fixed a warning

parent 2f007ca0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment