Skip to content

Instantly share code, notes, and snippets.

@ilpropheta
Created January 1, 2017 20:03
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/aa8ebc7ae6f6e5981879d7f1644d38e4 to your computer and use it in GitHub Desktop.
Save ilpropheta/aa8ebc7ae6f6e5981879d7f1644d38e4 to your computer and use it in GitHub Desktop.
StatefulParser Parse(const string& current)
{
string someProcessing = current.substr(...);
return {someProcessing}; // oops
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment