🔨 fixed a compiler warning

parent 08fdfcca
......@@ -10199,7 +10199,7 @@ class basic_json
const bool is_little_endian = true;
/// the vector that is used as output
std::vector<uint8_t> v;
std::vector<uint8_t> v {};
};
public:
......
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