Skip to content

Instantly share code, notes, and snippets.

@njlr
Created May 16, 2017 13:54
Show Gist options
  • Save njlr/d5e9635f39b46ba19184ab248e26612b to your computer and use it in GitHub Desktop.
Save njlr/d5e9635f39b46ba19184ab248e26612b to your computer and use it in GitHub Desktop.
int result = compute1(input);
int result2 = compute2(result);
if (has_errors()) {
std::cout << pop_error_message() << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment