]> Git Repo - VerusCoin.git/commit
make all catch() arguments const
authorPhilip Kaufmann <[email protected]>
Sun, 7 Dec 2014 12:29:06 +0000 (13:29 +0100)
committerPhilip Kaufmann <[email protected]>
Wed, 17 Dec 2014 08:39:24 +0000 (09:39 +0100)
commit27df4123c433e5ad4e5592f0a8fbc40ca933865b
tree90ca518364768b73da454b6f782130e13fd48ef3
parent851dfc7f88d1b7c42534fffcfbdb2f1bcc473045
make all catch() arguments const

- I saw this on http://en.cppreference.com/w/cpp/language/try_catch and
  thought it would be a good idea
- also unify used format to better be able to search for exception
  uses in our codebase
24 files changed:
src/bitcoin-cli.cpp
src/bitcoin-tx.cpp
src/bitcoind.cpp
src/core_read.cpp
src/init.cpp
src/main.cpp
src/miner.cpp
src/net.cpp
src/qt/bitcoin.cpp
src/qt/intro.cpp
src/qt/paymentrequestplus.cpp
src/qt/rpcconsole.cpp
src/rest.cpp
src/rpcprotocol.h
src/rpcrawtransaction.cpp
src/rpcserver.cpp
src/script/bitcoinconsensus.cpp
src/test/alert_tests.cpp
src/test/rpc_tests.cpp
src/txdb.cpp
src/txmempool.cpp
src/util.cpp
src/util.h
src/walletdb.cpp
This page took 0.030629 seconds and 4 git commands to generate.