diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2018-08-14 14:59:46 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2018-08-14 14:59:46 +0000 |
| commit | 30ea4c9bb1aeae18810049311d549162ecb02663 (patch) | |
| tree | db58cd7a2cbef0115d4fffdc6d19b6a92b72b317 /databases/foundationdb/files/patch-flow_Deque.h | |
| parent | security/openssl-devel: Update to 1.1.0i (diff) | |
Update to 5.2.8, and fix building with boost 1.68.
PR: 229697
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) |
