diff --git a/subprocess.hpp b/subprocess.hpp index d3840a5..7efe047 100755 --- a/subprocess.hpp +++ b/subprocess.hpp @@ -146,7 +146,7 @@ namespace util * to be split. Default constructed to ' '(space) and '\t'(tab) * [out] vector : Vector of strings split at deleimiter. */ - static std::vector + static inline std::vector split(const std::string& str, const std::string& delims=" \t") { std::vector res;