diff options
Diffstat (limited to 'databases/foundationdb/files/patch-flow_Deque.h')
| -rw-r--r-- | databases/foundationdb/files/patch-flow_Deque.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/foundationdb/files/patch-flow_Deque.h b/databases/foundationdb/files/patch-flow_Deque.h index 50e23525a85f..b2d39e9acca5 100644 --- a/databases/foundationdb/files/patch-flow_Deque.h +++ b/databases/foundationdb/files/patch-flow_Deque.h @@ -1,6 +1,6 @@ ---- flow/Deque.h.orig 2018-05-11 01:30:59 UTC +--- flow/Deque.h.orig 2018-08-01 01:25:10 UTC +++ flow/Deque.h -@@ -166,7 +166,7 @@ class Deque { (private) +@@ -166,7 +166,7 @@ private: new (&newArr[i - begin]) T(std::move(arr[i&mask])); arr[i&mask].~T(); } @@ -9,7 +9,7 @@ arr = newArr; end -= begin; begin = 0; -@@ -177,8 +177,8 @@ class Deque { (private) +@@ -177,8 +177,8 @@ private: for (int i = begin; i != end; i++) arr[i&mask].~T(); if(arr) |
