Skip to content

Instantly share code, notes, and snippets.

@ilpropheta
Created June 4, 2016 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilpropheta/9d5e6cd4d01b267bf593faa52154e072 to your computer and use it in GitHub Desktop.
Save ilpropheta/9d5e6cd4d01b267bf593faa52154e072 to your computer and use it in GitHub Desktop.
string S1 = "ABCD", S2 = "ABXD";
auto mism = std::mismatch(begin(S1), end(S1), begin(S2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment