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

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

parent 5baa500d
No related branches found
No related tags found
1 merge request!24Create release v.0.6.0
......@@ -26,9 +26,7 @@
#include <string_view>
#include <variant>
namespace clapp {
inline namespace parser {
namespace clapp::parser {
class basic_sub_parser_t;
......@@ -183,9 +181,7 @@ class basic_parser_t : public basic_option_container_t {
constexpr static std::size_t num_sub_spaces{2U};
};
} // namespace parser
} // namespace clapp
} // namespace clapp::parser
#include <clapp/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