diff options
| author | MarcoFalke <[email protected]> | 2018-12-29 14:13:54 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-12-29 14:14:26 +0100 |
| commit | cbb91cd0ec8e858b986776723ed4dc25df4b74ee (patch) | |
| tree | b85e9851d51a56aff25fb3edc19d430eac95287e /test/lint | |
| parent | Merge #14966: docs: fix testmempoolaccept CLI syntax (diff) | |
| parent | scripted-diff: Replace boost::bind with std::bind (diff) | |
| download | discoin-cbb91cd0ec8e858b986776723ed4dc25df4b74ee.tar.xz discoin-cbb91cd0ec8e858b986776723ed4dc25df4b74ee.zip | |
Merge #13743: refactor: Replace boost::bind with std::bind
cb53b825c2 scripted-diff: Replace boost::bind with std::bind (Chun Kuan Lee)
2196c51821 refactor: Use boost::scoped_connection in signal/slot, also prefer range-based loop instead of std::transform (Chun Kuan Lee)
Pull request description:
Replace boost::bind with std::bind
- In `src/rpc/server.cpp`, replace `std::transform` with simple loop.
- In `src/validation.cpp`, store the `boost::signals2::connection` object and use it to disconnect.
- In `src/validationinterface.cpp`, use 2 map to store the `boost::signals2::scoped_connection` object.
Tree-SHA512: 6653cbe00036fecfc495340618efcba6d7be0227c752b37b81a27184433330f817e8de9257774e9b35828026cb55f11ee7f17d6c388aebe22c4a3df13b5092f0
Diffstat (limited to 'test/lint')
| -rwxr-xr-x | test/lint/lint-includes.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-includes.sh b/test/lint/lint-includes.sh index f6d0fd382..4b9e2615b 100755 --- a/test/lint/lint-includes.sh +++ b/test/lint/lint-includes.sh @@ -50,7 +50,6 @@ EXPECTED_BOOST_INCLUDES=( boost/algorithm/string/classification.hpp boost/algorithm/string/replace.hpp boost/algorithm/string/split.hpp - boost/bind.hpp boost/chrono/chrono.hpp boost/date_time/posix_time/posix_time.hpp boost/filesystem.hpp |