Skip to content

Instantly share code, notes, and snippets.

@manphiz
Created March 12, 2014 14:12
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 manphiz/9507743 to your computer and use it in GitHub Desktop.
Save manphiz/9507743 to your computer and use it in GitHub Desktop.
diff -urN ppl-0.11.orig/configure ppl-0.11/configure
--- ppl-0.11.orig/configure 2010-08-02 13:21:43.000000000 -0700
+++ ppl-0.11/configure 2014-03-12 07:11:03.000000000 -0700
@@ -9134,6 +9134,8 @@
A()
: i(0), b(false) {
}
+
+ ~A() {}
};
class B {
@@ -9193,6 +9195,8 @@
A()
: i(0), b(false) {
}
+
+ ~A() {}
};
class B {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment