Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D16285
Change Details
Change Details
Old
New
Diff
``` Passing a symbol to std::move that is marked const is a no-op, which can be fixed in two ways: - Remove the const, or - Remove the std::move ``` Backport of core#25872. Depends on D16284.
``` Passing a symbol to std::move that is marked const is a no-op, which can be fixed in two ways: - Remove the const, or - Remove the std::move ``` Backport of [[https://github.com/bitcoin/bitcoin/pull/25872 | core#25872]]. Depends on D16284.
``` Passing a symbol to std::move that is marked const is a no-op, which can be fixed in two ways: - Remove the const, or - Remove the std::move ``` Backport of
[[https://github.com/bitcoin/bitcoin/pull/25872 |
core#25872
]]
. Depends on D16284.
Continue