We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a137e98 commit e6c0affCopy full SHA for e6c0aff
2 files changed
include/mosure/resolver.hpp
@@ -26,7 +26,7 @@ struct Dependency {
26
27
operator bool() { return dependent; }
28
29
- bool dependent;
+ bool dependent { false };
30
};
31
32
template <typename... SymbolTypes>
single_include/mosure/inversify.hpp
@@ -265,7 +265,7 @@ struct Dependency {
265
266
267
268
269
270
271
0 commit comments