Skip to content
Snippets Groups Projects
Commit 62d273eb authored by Martin Wölzer's avatar Martin Wölzer
Browse files

src/include/clapp/option_container.h: updated TODO

parent 55a47e2f
No related branches found
No related tags found
1 merge request!22Add support for option-container
......@@ -131,7 +131,7 @@ class option_container_t : public basic_option_container_t {
[[nodiscard]] const basic_parser_t& get_const_parser() const override;
private:
basic_option_container_t& cont; // TODO: may use shared ptr.
basic_option_container_t& cont; // TODO(martinw): may use shared ptr.
};
} // namespace parser
......
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