mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 23:03:45 +01:00
refactor: Drop boost/algorithm/string/replace.hpp dependency
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
void ReplaceAll(std::string& in_out, std::string_view search, std::string_view substitute);
|
||||
void ReplaceAll(std::string& in_out, const std::string& search, const std::string& substitute);
|
||||
|
||||
[[nodiscard]] inline std::vector<std::string> SplitString(std::string_view str, char sep)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user