Skip to content

Instantly share code, notes, and snippets.

@why-jay
Created December 10, 2014 13:41
Show Gist options
  • Save why-jay/813f1b4dfe976a5d03c6 to your computer and use it in GitHub Desktop.
Save why-jay/813f1b4dfe976a5d03c6 to your computer and use it in GitHub Desktop.
vector<pair<const char *,const char *>> tokenize_string2(const string &text);
auto v = tokenize_string2(get_input_string()); // Disaster strikes!
munge(v);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment