Skip to content

Instantly share code, notes, and snippets.

@njlr
Created September 7, 2017 10:37
Show Gist options
  • Save njlr/b5a9eb324a80b35448db29b9ea847bcf to your computer and use it in GitHub Desktop.
Save njlr/b5a9eb324a80b35448db29b9ea847bcf to your computer and use it in GitHub Desktop.
int f() {
 Foo foo;
  return foo.bar(); // foo automatically destroyed
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment