Skip to content
Snippets Groups Projects
Commit 5323f513 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[BL] added todo

parent 25c12869
No related branches found
No related tags found
No related merge requests found
...@@ -156,12 +156,12 @@ public: ...@@ -156,12 +156,12 @@ public:
// TODO what about attributes? // TODO what about attributes?
} }
// TODO maybe better make complete ConfigTree // TODO ____ maybe better make complete ConfigTree _____
if (auto v = _it->second.get_value_optional<ValueType>()) if (auto v = _it->second.get_value_optional<ValueType>())
return *v; return *v;
// TODO: change error method // TODO: change error method
// TODO test // TODO test, message: not convertible
_parent.error("Could not get value out of key " + _tagname + "."); _parent.error("Could not get value out of key " + _tagname + ".");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment