WalletModel::UnlockContext seems to implement "move upon copy" semantics; with C++11 this can be done more safely using move semantics (making attempts to actually copy fail instead).
Backport of Core PR16001
Differential D7567
[backport]Give WalletModel::UnlockContext move semantics PiRK on Sep 25 2020, 13:23. Authored by Tags None Subscribers None
Details
WalletModel::UnlockContext seems to implement "move upon copy" semantics; with C++11 this can be done more safely using move semantics (making attempts to actually copy fail instead). Backport of Core PR16001 ninja check
Diff Detail
Event TimelineComment Actions [Bot Message] |