Searched refs:to_split (Results 1 – 1 of 1) sorted by relevance
44 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces() argument45 to_split.erase(std::remove(to_split.begin(), to_split.end(), ' '), in SameExceptSpaces()46 to_split.end()); in SameExceptSpaces()47 return to_split; in SameExceptSpaces()