Remove a superfluous inline
This commit is contained in:
parent
f16c36e0b6
commit
25eaa832d1
@ -36,7 +36,7 @@ namespace detail {
|
|||||||
}
|
}
|
||||||
|
|
||||||
template<typename C>
|
template<typename C>
|
||||||
inline std::string join(const C& container, const std::string& delim) {
|
std::string join(const C& container, const std::string& delim) {
|
||||||
auto iter = std::begin(container);
|
auto iter = std::begin(container);
|
||||||
auto end = std::end(container);
|
auto end = std::end(container);
|
||||||
std::string str;
|
std::string str;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user