You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
It looks like the ones in split.cc are in the strings namespace whereas the ones in strutil are at root. I think strutil should export the ones in split.cc instead, but that will probably require changes in some clients of strutil.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following 2 functions exist in both lmctfy/strings/strutil.cc and lmctfy/strings/split.cc
SplitStringUsing(std::string const&, char const_, std::vector<std::string, std::allocatorstd::string >_)'
SplitStringAllowEmpty(std::string const&, char const_, std::vector<std::string, std::allocatorstd::string >_)
The text was updated successfully, but these errors were encountered: