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

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

parent 13a49692
No related branches found
No related tags found
1 merge request!24Create release v.0.6.0
......@@ -24,9 +24,8 @@
#include <string>
#include <string_view>
namespace clapp {
namespace clapp::value {
inline namespace value {
template <typename T>
T convert_value(std::string_view param);
......@@ -110,9 +109,7 @@ inline std::string concat_str(const std::string &lhs, const std::string &rhs);
inline std::string stringify(
const std::optional<std::vector<std::string>> &opt_str_vec);
} // namespace value
} // namespace clapp
} // namespace clapp::value
#include <clapp/value.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