🔨 fixed a compiler warning

This commit is contained in:
Niels Lohmann 2017-04-05 20:39:27 +02:00
parent 08fdfcca9a
commit b992acc2e7
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -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: