Closed Mordinel closed 2 years ago
std::vector split_string(std::string_view str, const std::string& delim) has a bug where the j variable is incremented by 1 instead of delim.size()
fixed in a700278b72153217b0749b7fcad55c2ff8ec7deb
std::vector split_string(std::string_view str, const std::string& delim) has a bug where the j variable is incremented by 1 instead of delim.size()