diff options
Diffstat (limited to 'src/utils/split.hpp')
-rw-r--r-- | src/utils/split.hpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/utils/split.hpp b/src/utils/split.hpp deleted file mode 100644 index 9fee90a..0000000 --- a/src/utils/split.hpp +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef SPLIT_INCLUDED -# define SPLIT_INCLUDED - -#include <string> -#include <sstream> -#include <vector> - -namespace utils -{ - std::vector<std::string> split(const std::string &s, const char delim, const bool allow_empty=true); -} - -#endif // SPLIT_INCLUDED |