mirror of
https://github.com/nlohmann/json.git
synced 2025-07-24 02:21:01 +03:00
🔨 fixed a compiler warning
This commit is contained in:
@ -10199,7 +10199,7 @@ class basic_json
|
|||||||
const bool is_little_endian = true;
|
const bool is_little_endian = true;
|
||||||
|
|
||||||
/// the vector that is used as output
|
/// the vector that is used as output
|
||||||
std::vector<uint8_t> v;
|
std::vector<uint8_t> v {};
|
||||||
};
|
};
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user