♻️ default initialization

This commit is contained in:
Niels Lohmann 2021-10-14 08:41:10 +02:00
parent 28ba5e49fe
commit b05fcf1b6d
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -207,7 +207,7 @@ class Foo
class FooBar
{
public:
Foo foo;
Foo foo{};
};
inline void from_json(const nlohmann::json& j, FooBar& fb)