As per title. Backporting one by one did not seems realitic on that one.
Details
Details
- Reviewers
schancel - Group Reviewers
Restricted Project - Commits
- rSTAGING1406dd76d92b: Backport all changes related to checkqueue.h and its test from Core
rABC1406dd76d92b: Backport all changes related to checkqueue.h and its test from Core
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/checkqueue.h | ||
---|---|---|
155 ↗ | (On Diff #4891) | Can you explain why this changed? Why swap instead of move? |
src/checkqueue.h | ||
---|---|---|
154 ↗ | (On Diff #4924) | Seems you were the one responsible for changing this to std::move() in the first place in this commit: |
src/checkqueue.h | ||
---|---|---|
154 ↗ | (On Diff #4924) | You are correct, std::move seems like a better option here. |
Comment Actions
@deadalnix Presumably this is based on PR9497 https://github.com/bitcoin/bitcoin/pull/9497 ?