81f8f45b louiz’ e1a7114c Florent Le Coz 81f8f45b louiz’
6 years ago 7 years ago 6 years ago
1 2 3 4 5 6 7 8 9 10 11 12
#pragma once #include <string> #include <vector> namespace utils { std::vector<std::string> split(const std::string &s, const char delim, const bool allow_empty=true); }