We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3df6d8 commit 06b99f5Copy full SHA for 06b99f5
include/yaml-cpp/node/detail/node.h
@@ -24,7 +24,7 @@ class node {
24
};
25
26
public:
27
- node() : m_pRef(new node_ref), m_dependencies{} {}
+ node() : m_pRef(new node_ref), m_dependencies{}, m_index{} {}
28
node(const node&) = delete;
29
node& operator=(const node&) = delete;
30
0 commit comments