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

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

parent 2182db19
No related branches found
No related tags found
1 merge request!24Create release v.0.6.0
......@@ -18,9 +18,8 @@
#include <clapp/parser.h>
namespace clapp {
namespace clapp::parser {
inline namespace parser {
class basic_sub_parser_t : public basic_parser_t {
public:
basic_sub_parser_t(
......@@ -55,9 +54,7 @@ class basic_sub_parser_t : public basic_parser_t {
bool active{false};
};
} // namespace parser
} // namespace clapp
} // namespace clapp::parser
#include <clapp/sub_parser.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