Make some of the arguments in rest.cpp, that are passed by reference but never modified, const to emphasise that.
Make pass-by-ref arguments const. #5484
pull domob1812 wants to merge 1 commits into bitcoin:master from domob1812:btc-const-rest changing 2 files +17 −17-
domob1812 commented at 9:26 AM on December 16, 2014: contributor
-
sipa commented at 12:19 PM on December 16, 2014: member
untested ACK
-
jgarzik commented at 12:27 PM on December 16, 2014: contributor
ut ACK
-
jonasschnelli commented at 12:30 PM on December 16, 2014: contributor
needs rebase and support for #5444
-
7c8e4c5cfb
Make pass-by-ref arguments const.
Make some of the arguments in rest.cpp, that are passed by reference but never modified, const to emphasise that.
- domob1812 force-pushed on Dec 16, 2014
-
domob1812 commented at 12:47 PM on December 16, 2014: contributor
Rebased and extended.
-
jonasschnelli commented at 2:04 PM on December 16, 2014: contributor
tested. ACK.
-
jgarzik commented at 2:16 PM on December 16, 2014: contributor
re-ACK
- laanwj merged this on Dec 17, 2014
- laanwj closed this on Dec 17, 2014
- laanwj referenced this in commit 4444b879bc on Dec 17, 2014
- domob1812 deleted the branch on Dec 17, 2014
- 0xartem referenced this in commit d6270bcb8d on Jun 1, 2018
- MarcoFalke locked this on Sep 8, 2021
Contributors