Skip to content

Instantly share code, notes, and snippets.

@ttldtor
Created February 2, 2015 21:17
Show Gist options
  • Save ttldtor/e1540cb1513dd5681338 to your computer and use it in GitHub Desktop.
Save ttldtor/e1540cb1513dd5681338 to your computer and use it in GitHub Desktop.
const A& foo() {
static A instance;
return instance;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment