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

src/include/clapp/option_container.h: made inline namespace clapp::parser not inline anymore

parent f50bc15f
No related branches found
No related tags found
1 merge request!24Create release v.0.6.0
......@@ -18,9 +18,7 @@
#include <clapp/parser_types.h>
namespace clapp {
inline namespace parser {
namespace clapp::parser {
class basic_parser_t;
......@@ -137,9 +135,7 @@ class option_container_t : public basic_option_container_t {
basic_option_container_t& cont; // TODO(martinw): may use shared ptr.
};
} // namespace parser
} // namespace clapp
} // namespace clapp::parser
#include <clapp/option_container.hpp>
......
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