♻️ default initialization
This commit is contained in:
parent
28ba5e49fe
commit
b05fcf1b6d
@ -207,7 +207,7 @@ class Foo
|
||||
class FooBar
|
||||
{
|
||||
public:
|
||||
Foo foo;
|
||||
Foo foo{};
|
||||
};
|
||||
|
||||
inline void from_json(const nlohmann::json& j, FooBar& fb)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user