mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
Merge bitcoin/bitcoin#25057: refactor: replace remaining boost::split with SplitString
f849e63badfuzz: SplitString with multiple separators (Martin Leitner-Ankerl)d1a9850102http: replace boost::split with SplitString (Martin Leitner-Ankerl)0d7efcdf75core_read: Replace boost::split with SplitString (Martin Leitner-Ankerl)b7ab9db545Extend Split to work with multiple separators (Martin Leitner-Ankerl) Pull request description: As a followup of #22953, this removes the remaining occurrences of `boost::split` and replaces them with our own `SplitString`. To be able to do so, this extends the function `spanparsing::Split` to work with multiple separators. Finally this removes 3 more files from `lint-includes.py`. ACKs for top commit: theStack: Code-review ACKf849e63badTree-SHA512: f37d4dbe11cab2046e646045b0f018a75f978d521443a2c5001512737a1370e22b09247d5db0e5c9e4153229a4e2d66731903c1bba3713711c4cae8cedcc775d
This commit is contained in:
@@ -21,10 +21,7 @@ EXCLUDED_DIRS = ["src/leveldb/",
|
||||
"src/minisketch/",
|
||||
"src/univalue/"]
|
||||
|
||||
EXPECTED_BOOST_INCLUDES = ["boost/algorithm/string.hpp",
|
||||
"boost/algorithm/string/classification.hpp",
|
||||
"boost/algorithm/string/replace.hpp",
|
||||
"boost/algorithm/string/split.hpp",
|
||||
EXPECTED_BOOST_INCLUDES = ["boost/algorithm/string/replace.hpp",
|
||||
"boost/date_time/posix_time/posix_time.hpp",
|
||||
"boost/multi_index/hashed_index.hpp",
|
||||
"boost/multi_index/ordered_index.hpp",
|
||||
|
||||
Reference in New Issue
Block a user