Commit 136d4b5
committed
Let Manifest copy constructor take const& other
The lock is mutable so we can still lock the other without
passing other as a non-const reference
Change-Id: I8c47676f23b399a2c158414866ce6818509ea9c2
Reviewed-on: https://review.couchbase.org/c/kv_engine/+/227320
Reviewed-by: Vesko Karaganev <vesko.karaganev@couchbase.com>
Tested-by: Build Bot <build@couchbase.com>1 parent a4384ca commit 136d4b5
File tree
2 files changed
+2
-8
lines changed- engines/ep/src/collections
2 files changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | 147 | | |
154 | | - | |
| 148 | + | |
155 | 149 | | |
156 | 150 | | |
157 | 151 | | |
| |||
0 commit comments