mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 10:53:06 +02:00
Removes the boost/algorithm/string/join dependency
This commit removes the `boost/algorithm/string/join` dependency from the project by replacing `boost::algorithm::join` with a simple helper function.
This commit is contained in:
@@ -49,7 +49,6 @@ EXPECTED_BOOST_INCLUDES=(
|
||||
boost/algorithm/string.hpp
|
||||
boost/algorithm/string/case_conv.hpp
|
||||
boost/algorithm/string/classification.hpp
|
||||
boost/algorithm/string/join.hpp
|
||||
boost/algorithm/string/predicate.hpp
|
||||
boost/algorithm/string/replace.hpp
|
||||
boost/algorithm/string/split.hpp
|
||||
|
Reference in New Issue
Block a user