summarylogtreecommitdiffstats
path: root/typedefs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'typedefs.patch')
-rw-r--r--typedefs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/typedefs.patch b/typedefs.patch
new file mode 100644
index 000000000000..a1547b3853ba
--- /dev/null
+++ b/typedefs.patch
@@ -0,0 +1,11 @@
+--- typedefs.hpp 2014/08/09 15:33:29 1.76
++++ typedefs.hpp 2016/02/04 22:48:46 1.77
+@@ -235,7 +235,7 @@
+
+ Guard& operator=( Guard& r)
+ {
+- if( &r == this) return;
++ if( &r == this) return *this;
+ delete guarded;
+ guarded = r.guarded;
+ r.guarded = NULL;