Created
December 10, 2014 13:41
-
-
Save why-jay/813f1b4dfe976a5d03c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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