Skip to content

Instantly share code, notes, and snippets.

@kalman5
Created May 21, 2014 20:57
Show Gist options
  • Select an option

  • Save kalman5/fb5a00d72a1693f37480 to your computer and use it in GitHub Desktop.

Select an option

Save kalman5/fb5a00d72a1693f37480 to your computer and use it in GitHub Desktop.
int main() {
AutoPtr<Bomb> a(new Bomb());
a.reset();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment