Replace BOOST_FOREACH with range loop.
authorCryptoManiac <balthazar@yandex.ru>
Tue, 5 Apr 2016 18:34:07 +0000 (21:34 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Tue, 5 Apr 2016 18:34:07 +0000 (21:34 +0300)
commitffd89d9a843a128d72060c90810f8f9e040578ee
tree0ff84ec56341ce93684996502d44feba74c64283
parent4cdcc9880e8d3398b6009f067dfd96a8aa709724
Replace BOOST_FOREACH with range loop.
40 files changed:
novacoin-qt.pro
src/alert.cpp
src/bitcoinrpc.cpp
src/checkpoints.cpp
src/checkqueue.h
src/init.cpp
src/kernel.cpp
src/keystore.cpp
src/main.cpp
src/main.h
src/makefile.bsd
src/makefile.linux-mingw
src/makefile.mingw
src/makefile.osx
src/makefile.unix
src/miner.cpp
src/net.cpp
src/net.h
src/qt/addresstablemodel.cpp
src/qt/clientmodel.cpp
src/qt/coincontroldialog.cpp
src/qt/mintingtablemodel.cpp
src/qt/multisigdialog.cpp
src/qt/transactiondesc.cpp
src/qt/transactionrecord.cpp
src/qt/walletmodel.cpp
src/rpcblockchain.cpp
src/rpcmining.cpp
src/rpcnet.cpp
src/rpcrawtransaction.cpp
src/rpcwallet.cpp
src/script.cpp
src/script.h
src/sync.cpp
src/txdb-bdb.cpp
src/txdb-leveldb.cpp
src/util.cpp
src/wallet.cpp
src/wallet.h
src/walletdb.cpp