There was an error while loading. Please reload this page.
1 parent a5e38ee commit 6b59ef6Copy full SHA for 6b59ef6
1 file changed
source/parser/config_reader/config_node_with_preset_.cpp
@@ -59,6 +59,7 @@ ConfigNodeWithPresetExpected ConfigNodeWithPreset::operator[](
59
return std::unexpected(ss.str());
60
}
61
// preset was found successfull. put the found value in m_preset
62
+
63
m_preset.emplace(preset_node.value());
64
65
// tries to find key in preset
0 commit comments