🚨 fix warning
Initialization of "value" is redundant.
This commit is contained in:
parent
39928f5f8c
commit
346c00e17c
@ -199,7 +199,7 @@ class FooAlloc
|
||||
class Foo
|
||||
{
|
||||
public:
|
||||
explicit Foo(const FooAlloc& /* unused */ = FooAlloc()) : value(false) {}
|
||||
explicit Foo(const FooAlloc& /* unused */ = FooAlloc()) {}
|
||||
|
||||
bool value = false;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user