You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2022. It is now read-only.
076c051 Drop overloaded members (MacroFake)
Pull request description:
This is taken from
`https://github.com/bitcoin/bitcoin/pull/15975/commits/a844dbed0ff4bdba014052d7ee83cf6c41879fcb`
This should be safe and sane, because:
* The overloaded members construct temporary copies and pass them on as
const UniValue&, which will need to be copied again. Future changes
that want to disable UniValue copy constructors will be easier with
those members removed.
* UniValue constructors are not marked explicit and there are no plans
to make them explicit, so this change should not make unrelated future
changes harder.
ACKs for top commit:
fanquake:
ACK 076c051 - did not test downstream.
Tree-SHA512: db70fa0ad9bacb9b01063a18eada3dbc0908f014dc96e94752a66b680856a5833b9b1158790ee892b9b0edbf7511faa32866d5c944b183a8d1c71ddf0318c707
0 commit comments